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