- java.lang.Object
-
- com.ibm.j9ddr.corereaders.tdump.TDumpReader
-
- All Implemented Interfaces:
ICoreFileReader
public class TDumpReader extends Object implements ICoreFileReader
zOS dump reader implemented as a thin wrapper around Zebedee.
-
-
Nested Class Summary
-
Nested classes/interfaces declared in interface com.ibm.j9ddr.corereaders.ICoreFileReader
ICoreFileReader.DumpTestResult
-
-
Field Summary
-
Fields declared in interface com.ibm.j9ddr.corereaders.ICoreFileReader
J9DDR_CORE_READERS_LOGGER_NAME
-
-
Constructor Summary
Constructors Constructor Description TDumpReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
validDump(byte[] data, long filesize)
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.corereaders.ICoreFileReader
processDump, processDump, testDump, testDump
-
-