- java.lang.Object
-
- com.ibm.dtfj.corereaders.CoreReaderSupport
-
- com.ibm.dtfj.corereaders.NewWinDump
-
- All Implemented Interfaces:
ICoreFileReader,ResourceReleaser
public abstract class NewWinDump extends CoreReaderSupport
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean_is64BitString_processorSubtypeDescription-
Fields declared in class com.ibm.dtfj.corereaders.CoreReaderSupport
_j9rasReader
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ICoreFileReaderdumpFromFile(ImageInputStream stream)protected PropertiesgetEnvironmentVariables(Builder builder)static booleanisSupportedDump(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
-
_processorSubtypeDescription
public String _processorSubtypeDescription
-
_is64Bit
protected boolean _is64Bit
-
-
Method Detail
-
dumpFromFile
public static ICoreFileReader dumpFromFile(ImageInputStream stream) throws IOException
- Throws:
IOException
-
isSupportedDump
public static boolean isSupportedDump(ImageInputStream stream) throws IOException
- Throws:
IOException
-
getEnvironmentVariables
protected Properties getEnvironmentVariables(Builder builder) throws MemoryAccessException
- Throws:
MemoryAccessException
-
-