Class VarLongCodec
java.lang.Object
io.datarouter.bytes.codec.longcodec.VarLongCodec
public class VarLongCodec extends Object
-
Constructor Summary
Constructors Constructor Description VarLongCodec() -
Method Summary
-
Constructor Details
-
VarLongCodec
public VarLongCodec()
-
-
Method Details
-
length
public int length(long value) -
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)
-