- java.lang.Object
-
- com.ibm.dtfj.corereaders.CoreReaderSupport
-
- com.ibm.dtfj.corereaders.NewElfDump
-
- All Implemented Interfaces:
ICoreFileReader
,ResourceReleaser
public class NewElfDump extends CoreReaderSupport
struct and constant reference: /usr/include/elf.h
-
-
Field Summary
Fields Modifier and Type Field Description static int
NT_FILE
-
Fields declared in class com.ibm.dtfj.corereaders.CoreReaderSupport
_j9rasReader
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICoreFileReader
dumpFromFile(ImageInputStream stream, boolean verbose)
static boolean
isSupportedDump(ImageInputStream stream)
-
Methods declared in class com.ibm.dtfj.corereaders.CoreReaderSupport
coreCheckOffset, coreGetPosition, coreReadAddress, coreReadByte, coreReadBytes, coreReadInt, coreReadLong, coreReadShort, coreSeek, getMemoryRangesAsArray, is64Bit, isLittleEndian
-
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.corereaders.ICoreFileReader
extract, getAdditionalFileNames, getAddressSpace, isTruncated
-
Methods declared in interface com.ibm.dtfj.corereaders.ResourceReleaser
releaseResources
-
-
-
-
Field Detail
-
NT_FILE
public static final int NT_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isSupportedDump
public static boolean isSupportedDump(ImageInputStream stream) throws IOException
- Throws:
IOException
-
dumpFromFile
public static ICoreFileReader dumpFromFile(ImageInputStream stream, boolean verbose) throws IOException
- Throws:
IOException
-
-