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