java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.encoding.LEB128.Value |
Class Overview
Decoded value along with the encoded length in bytes.
Summary
Public Constructors |
|
Value(long value, int bytelen)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
Value
(long value, int bytelen)
Public Methods
public
long
get
()
Returns
- value value stored on a long
public
int
getEncodingLength
()