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