public class VarLongCodec
extends Object
-
-
Method Summary
| Modifier and Type |
Method |
Description |
long |
decode(byte[] bytes) |
|
long |
decode(byte[] bytes,
int offset) |
|
byte[] |
encode(long value) |
|
int |
encode(long value,
byte[] bytes,
int offset) |
|
int |
length(long value) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public int length(long value)
-
public byte[] encode(long value)
-
public int encode(long value,
byte[] bytes,
int offset)
-
public long decode(byte[] bytes)
-
public long decode(byte[] bytes,
int offset)