Class ComparableByteCodec
java.lang.Object
io.datarouter.bytes.codec.bytecodec.ComparableByteCodec
public class ComparableByteCodec extends Object
-
Field Summary
Fields Modifier and Type Field Description static ComparableByteCodecINSTANCE -
Constructor Summary
Constructors Constructor Description ComparableByteCodec() -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ComparableByteCodec
public ComparableByteCodec()
-
-
Method Details
-
length
public int length() -
encode
public byte[] encode(byte value) -
encode
public int encode(byte value, byte[] bytes, int offset) -
decode
public byte decode(byte[] bytes, int offset)
-