Uses of Enum Class
io.datarouter.bytes.kvfile.kv.KvFileOp
Packages that use KvFileOp
-
Uses of KvFileOp in io.datarouter.bytes.kvfile.kv
Fields in io.datarouter.bytes.kvfile.kv with type parameters of type KvFileOpMethods in io.datarouter.bytes.kvfile.kv that return KvFileOpModifier and TypeMethodDescriptionstatic KvFileOpKvFileOp.fromByte(byte value) static KvFileOpKvFileOp.fromInputStream(InputStream inputStream) KvFileEntry.op()static KvFileOpReturns the enum constant of this class with the specified name.static KvFileOp[]KvFileOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.datarouter.bytes.kvfile.kv with parameters of type KvFileOpConstructors in io.datarouter.bytes.kvfile.kv with parameters of type KvFileOpModifierConstructorDescriptionKvFileEntry(byte[] bytes, int offset, int length, int keyOffset, int keyLength, int versionOffset, int versionLength, KvFileOp op, int valueOffset, int valueLength)