- java.lang.Object
-
- com.ibm.dtfj.corereaders.NewZosDump
-
- All Implemented Interfaces:
ICoreFileReader
,ResourceReleaser
public class NewZosDump extends Object implements ICoreFileReader
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ICoreFileReader
dumpFromFile(ImageInputStream stream)
String
format(int i)
String
format(long l)
static boolean
isSupportedDump(ImageInputStream stream)
protected MemoryRange
readRecord(long pos)
protected List
readTDUMP()
-
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
-
-
-
-
Method Detail
-
format
public String format(int i)
-
format
public String format(long l)
-
isSupportedDump
public static boolean isSupportedDump(ImageInputStream stream) throws IOException, CorruptCoreException
- Throws:
IOException
CorruptCoreException
-
dumpFromFile
public static ICoreFileReader dumpFromFile(ImageInputStream stream) throws IOException
- Throws:
IOException
-
readTDUMP
protected List readTDUMP()
-
readRecord
protected MemoryRange readRecord(long pos) throws IOException
- Throws:
IOException
-
-