Uses of Enum Class
io.datarouter.bytes.kvfile.KvFileOp
Packages that use KvFileOp
-
Uses of KvFileOp in io.datarouter.bytes.kvfile
Fields in io.datarouter.bytes.kvfile with type parameters of type KvFileOpMethods in io.datarouter.bytes.kvfile that return KvFileOpModifier and TypeMethodDescriptionstatic final KvFileOpKvFileOp.fromByte(byte value) static final 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 with parameters of type KvFileOpConstructors in io.datarouter.bytes.kvfile 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)