Uses of Class
com.ibm.dtfj.corereaders.DumpReader
-
Packages that use DumpReader Package Description com.ibm.dtfj.addressspace com.ibm.dtfj.corereaders -
-
Uses of DumpReader in com.ibm.dtfj.addressspace
Constructors in com.ibm.dtfj.addressspace with parameters of type DumpReader Constructor Description DumpReaderAddressSpace(MemoryRange[] ranges, DumpReader reader, boolean isLittleEndian, boolean is64Bit) -
Uses of DumpReader in com.ibm.dtfj.corereaders
Subclasses of DumpReader in com.ibm.dtfj.corereaders Modifier and Type Class Description classLittleEndianDumpReaderMethods in com.ibm.dtfj.corereaders that return DumpReader Modifier and Type Method Description DumpReaderMemoryRange. getLibraryReader()Methods in com.ibm.dtfj.corereaders with parameters of type DumpReader Modifier and Type Method Description voidMemoryRange. setLibraryReader(DumpReader libraryReader)Set the DumpReader for this MemoryRangeConstructors in com.ibm.dtfj.corereaders with parameters of type DumpReader Constructor Description Aix32Dump(DumpReader reader)Aix64Dump(DumpReader reader)CoreReaderSupport(DumpReader reader)NewAixDump(DumpReader reader)
-