public class MultiByteInteger
extends java.lang.Object
Constructor and Description |
---|
MultiByteInteger(long value) |
MultiByteInteger(long value,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
getEncodedLength()
Returns the number of bytes read when decoding this MBI.
|
long |
getValue()
Returns the value of this MBI.
|