- java.lang.Object
-
- com.ibm.dtfj.corereaders.DumpFactory
-
public class DumpFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description DumpFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICoreFileReader
createDumpForCore(ImageInputStream stream)
static ICoreFileReader
createDumpForCore(ImageInputStream stream, boolean verbose)
-
-
-
Method Detail
-
createDumpForCore
public static ICoreFileReader createDumpForCore(ImageInputStream stream) throws IOException
- Throws:
IOException
-
createDumpForCore
public static ICoreFileReader createDumpForCore(ImageInputStream stream, boolean verbose) throws IOException
- Throws:
IOException
-
-