| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.processor.memory.AbstractEncodedMemoryArea | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.processor.memory.EncodedMemoryAreaList | |
Contains a list of memory area and acts as if they were adjacent.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EncodedMemoryAreaList(IEncodedMemoryArea... memoryAreas) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | decode(byte[] code) | ||||||||||
| int | getLength() | ||||||||||
| static EncodedMemoryAreaList | shift(IEncodedMemoryArea memoryArea, int shift) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.units.code.asm.processor.memory.AbstractEncodedMemoryArea
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.processor.memory.IEncodedMemoryArea
| |||||||||||