Class LEB128.Value
java.lang.Object
com.pnfsoftware.jeb.util.encoding.LEB128.Value
- Enclosing class:
- LEB128
Decoded value along with the encoded length in bytes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Value
public Value(long value, int bytelen)
-
-
Method Details
-
get
public long get()- Returns:
- value value stored on a long
-
getEncodingLength
public int getEncodingLength()- Returns:
- encoding length in bytes
-