Class NewWinDump
java.lang.Object
com.ibm.dtfj.corereaders.CoreReaderSupport
com.ibm.dtfj.corereaders.NewWinDump
- All Implemented Interfaces:
ICoreFileReader, ResourceReleaser
-
Field Summary
FieldsFields declared in class CoreReaderSupport
_j9rasReader -
Method Summary
Modifier and TypeMethodDescriptionstatic ICoreFileReaderdumpFromFile(ImageInputStream stream) protected PropertiesgetEnvironmentVariables(Builder builder) booleanstatic booleanisSupportedDump(ImageInputStream stream) Methods declared in class CoreReaderSupport
coreCheckOffset, coreGetPosition, coreReadAddress, coreReadByte, coreReadBytes, coreReadInt, coreReadLong, coreReadShort, coreSeek, getAddressSpace, getMemoryRangesAsArray, is64Bit, isTruncated, releaseResourcesModifier and TypeMethodDescriptionprotected booleancoreCheckOffset(long location) protected longprotected longprotected byteprotected byte[]coreReadBytes(int n) protected intprotected longprotected shortprotected voidcoreSeek(long position) Creates a representation of the address space capable of reading data from memory as a flat address space even though it may be fragmented across regions of several files or transport media.protected abstract MemoryRange[]protected abstract booleanis64Bit()booleanvoidMethods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface ICoreFileReader
extract, getAdditionalFileNamesModifier and TypeMethodDescriptionvoidUsed to extract OS-specific data.
-
Field Details
-
_processorSubtypeDescription
-
_is64Bit
protected boolean _is64Bit
-
-
Method Details
-
dumpFromFile
- Throws:
IOException
-
isSupportedDump
- Throws:
IOException
-
getEnvironmentVariables
- Throws:
MemoryAccessException
-
isLittleEndian
public boolean isLittleEndian()
-