Class LongLEB128.DecodedLong
java.lang.Object
com.pnfsoftware.jeb.util.encoding.LongLEB128.DecodedLong
- Enclosing class:
LongLEB128
Decoded value along with the encoded length in bytes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintNumber of bytes used by the encoded value.longDecoded long value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public long valueDecoded long value. -
encodedSize
public int encodedSizeNumber of bytes used by the encoded value.
-
-
Constructor Details
-
DecodedLong
public DecodedLong()
-