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