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