Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.util.FileFormatException
-
Packages that use FileFormatException Package Description com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader -
-
Uses of FileFormatException in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader that throw FileFormatException Modifier and Type Method Description void
Dump. initialize()
Scan the dump and build the array of AddressSpaces.Constructors in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader that throw FileFormatException Constructor Description Dump(BufferedInputStream inputStream, String filename)
Dump(InputStream stream, boolean initialize)
Creates a new instance of Dump from the given InputStream.Dump(String filename)
Creates a new instance of Dump from the given filename.Dump(String filename, boolean initialize)
Creates a new instance of Dump from the given filename.Dump(String filename, ImageInputStream stream)
Creates a new instance of Dump from the given input stream (constructor used by J9 I think).Dump(ImageInputStream in)
Dump(ImageInputStream in, boolean initialize)
Creates a new instance of Dump from the given filename.
-