Uses of Class
net.sourceforge.jiu.codecs.WrongFileFormatException
-
Packages that use WrongFileFormatException Package Description net.sourceforge.jiu.codecs net.sourceforge.jiu.codecs.jpeg net.sourceforge.jiu.codecs.tiff -
-
Uses of WrongFileFormatException in net.sourceforge.jiu.codecs
Methods in net.sourceforge.jiu.codecs that throw WrongFileFormatException Modifier and Type Method Description private voidIFFCodec. checkAndLoad()private voidBMPCodec. load()private voidPalmCodec. load()private voidPCDCodec. load()Attempts to load an image.private voidPNGCodec. load()private voidPNMCodec. load()Loads an image from a PNM input stream.private voidPSDCodec. load()Attempts to load an Image from argument streamin(which could, as an example, be aRandomAccessFileinstance, it implements theDataInputinterface).private voidBMPCodec. loadHeader()private voidPalmCodec. loadHeader(DataInput in)private voidPSDCodec. loadHeader()Reads the PSD header to private members of this class instance.private voidPalmCodec. loadImage(DataInput in)private voidPalmCodec. loadPalette(DataInput in)private voidPNMCodec. loadType()Loads the first two characters (which are expected to be a capital P followed by a decimal digit between 1 and 6, inclusively) and skips following LF and CR characters.voidIFFCodec. process()voidPCDCodec. process()Checks the parameter and loads an image.voidPNGCodec. process()private voidRASCodec. readHeader() -
Uses of WrongFileFormatException in net.sourceforge.jiu.codecs.jpeg
Methods in net.sourceforge.jiu.codecs.jpeg that throw WrongFileFormatException Modifier and Type Method Description private voidJPEGCodec. load()voidJPEGCodec. process() -
Uses of WrongFileFormatException in net.sourceforge.jiu.codecs.tiff
Methods in net.sourceforge.jiu.codecs.tiff that throw WrongFileFormatException Modifier and Type Method Description private voidTIFFCodec. load()Attempts to load an image from a file in the TIFF format.private voidTIFFCodec. load(TIFFImageFileDirectory ifd)private voidTIFFCodec. readHeader()Reads the first eight bytes from the input file, checks if this is a valid TIFF file and stores byte order and offset of the first image file directory.
-