java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.processor.memory.AbstractEncodedMemoryArea |
Known Direct Subclasses |
Skeleton code.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractEncodedMemoryArea() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
decodeInt(byte[] code)
The implementation down-casts the long value returned by
decode(byte[]) to an int. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.processor.memory.IEncodedMemoryArea
|
The implementation down-casts the long value returned by decode(byte[])
to an int.