- java.lang.Object
-
- com.ibm.dtfj.addressspace.CommonAddressSpace
-
- com.ibm.dtfj.addressspace.DumpReaderAddressSpace
-
- All Implemented Interfaces:
IAbstractAddressSpace
public class DumpReaderAddressSpace extends CommonAddressSpace
-
-
Constructor Summary
Constructors Constructor Description DumpReaderAddressSpace(MemoryRange[] ranges, DumpReader reader, boolean isLittleEndian, boolean is64Bit)
-
Method Summary
-
Methods declared in class com.ibm.dtfj.addressspace.CommonAddressSpace
_residentRange, compareAddress, findWhichMemoryRange, getMemoryBytes
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.addressspace.IAbstractAddressSpace
bytesPerPointer, findPattern, getByteAt, getByteOrder, getBytesAt, getIntAt, getLongAt, getMemoryBytes, getMemoryRanges, getPointerAt, getShortAt, isExecutable, isReadOnly, isShared
-
-
-
-
Constructor Detail
-
DumpReaderAddressSpace
public DumpReaderAddressSpace(MemoryRange[] ranges, DumpReader reader, boolean isLittleEndian, boolean is64Bit)
-
-