Uses of Class
com.ibm.dtfj.corereaders.ClosingFileReader
-
Packages that use ClosingFileReader Package Description com.ibm.dtfj.addressspace com.ibm.dtfj.binaryreaders com.ibm.dtfj.corereaders com.ibm.dtfj.image.j9 com.ibm.jvm.j9.dump.indexsupport -
-
Uses of ClosingFileReader in com.ibm.dtfj.addressspace
Methods in com.ibm.dtfj.addressspace with parameters of type ClosingFileReader Modifier and Type Method Description void
LayeredAddressSpace. mapRegion(long virtualAddress, ClosingFileReader residentFile, long fileOffset, long size)
Constructors in com.ibm.dtfj.addressspace with parameters of type ClosingFileReader Constructor Description SimpleAddressSpace(MemoryRange[] deprecatedMemoryRanges, ClosingFileReader file, boolean isLittleEndian, boolean is64Bit)
-
Uses of ClosingFileReader in com.ibm.dtfj.binaryreaders
Methods in com.ibm.dtfj.binaryreaders that return ClosingFileReader Modifier and Type Method Description ClosingFileReader
XCOFFReader. underlyingFile()
Constructors in com.ibm.dtfj.binaryreaders with parameters of type ClosingFileReader Constructor Description ARReader(ClosingFileReader file)
XCOFFReader(ClosingFileReader backing)
XCOFFReader(ClosingFileReader backing, long offsetIntoFile, long size)
-
Uses of ClosingFileReader in com.ibm.dtfj.corereaders
Methods in com.ibm.dtfj.corereaders that return ClosingFileReader Modifier and Type Method Description ClosingFileReader
Builder. openFile(String filename)
-
Uses of ClosingFileReader in com.ibm.dtfj.image.j9
Methods in com.ibm.dtfj.image.j9 with parameters of type ClosingFileReader Modifier and Type Method Description void
BuilderShutdownHook. addFile(ClosingFileReader file)
Constructors in com.ibm.dtfj.image.j9 with parameters of type ClosingFileReader Constructor Description Builder(ICoreFileReader core, ClosingFileReader openCoreFile, long environmentAddress, IFileLocationResolver resolvingAgent)
-
Uses of ClosingFileReader in com.ibm.jvm.j9.dump.indexsupport
Methods in com.ibm.jvm.j9.dump.indexsupport with parameters of type ClosingFileReader Modifier and Type Method Description Image
XMLIndexReader. parseIndexWithDump(InputStream input, ICoreFileReader core, ClosingFileReader reader, IFileLocationResolver fileResolver)
Creates an Image from the given XML index stream and the corresponding corefile
-