Class RawShortCodec
java.lang.Object
io.datarouter.bytes.codec.shortcodec.RawShortCodec
public class RawShortCodec extends Object
-
Field Summary
Fields Modifier and Type Field Description static RawShortCodecINSTANCE -
Constructor Summary
Constructors Constructor Description RawShortCodec() -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
RawShortCodec
public RawShortCodec()
-
-
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)
-