Class ComparableLongCodec
java.lang.Object
io.datarouter.bytes.codec.longcodec.ComparableLongCodec
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ComparableLongCodec
public ComparableLongCodec()
-
-
Method Details
-
length
public int length() -
encode
public byte[] encode(long value) -
encode
public int encode(long value, byte[] bytes, int offset) -
decode
public long decode(byte[] bytes) -
decode
public long decode(byte[] bytes, int offset)
-