Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.util.FileFormatException
Packages that use FileFormatException
-
Uses of FileFormatException in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader that throw FileFormatExceptionModifier and TypeMethodDescriptionvoidDump.initialize()Scan the dump and build the array of AddressSpaces.Constructors in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader that throw FileFormatExceptionModifierConstructorDescriptionDump(BufferedInputStream inputStream, String filename) Dump(InputStream stream, boolean initialize) Creates a new instance of Dump from the given InputStream.Creates a new instance of Dump from the given filename.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.