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 TypeMethodDescriptionintdecodeInt(byte[] code) The implementation down-casts the long value returned byIEncodedMemoryArea.decode(byte[])to an int.shift(int shiftValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
decodeIntin interfaceIEncodedMemoryArea
-
shift
- Specified by:
shiftin interfaceIEncodedMemoryArea
-