Class AbstractEncodedMemoryArea
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.processor.memory.AbstractEncodedMemoryArea
- All Implemented Interfaces:
IEncodedMemoryArea
- Direct Known Subclasses:
DirectEncodedMemoryArea
,EncodedMemoryAreaList
,FunctionEncodedMemoryArea
,VirtualEncodedMemoryArea
Skeleton code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
decodeInt
(byte[] code) The implementation down-casts the long value returned byIEncodedMemoryArea.decode(byte[])
to an int.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.processor.memory.IEncodedMemoryArea
decode, getLength
-
Constructor Details
-
AbstractEncodedMemoryArea
public AbstractEncodedMemoryArea()
-
-
Method Details
-
decodeInt
public int decodeInt(byte[] code) The implementation down-casts the long value returned byIEncodedMemoryArea.decode(byte[])
to an int.- Specified by:
decodeInt
in interfaceIEncodedMemoryArea
-