- 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 ICoreFileReaderdumpFromFile(ImageInputStream stream)Stringformat(int i)Stringformat(long l)static booleanisSupportedDump(ImageInputStream stream)protected MemoryRangereadRecord(long pos)protected ListreadTDUMP()-
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:
IOExceptionCorruptCoreException
-
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
-
-