Uses of Class net.sourceforge.jiu.codecs.WrongFileFormatException

Uses in package net.sourceforge.jiu.codecs.jpeg

Methods which throw type net.sourceforge.jiu.codecs.WrongFileFormatException

void
void

Uses in package net.sourceforge.jiu.codecs

Methods which throw type net.sourceforge.jiu.codecs.WrongFileFormatException

void
void
void
void
Attempts to load an image.
void
Loads an image from a PNM input stream.
void
Attempts to load an Image from argument stream in (which could, as an example, be a RandomAccessFile instance, it implements the DataInput interface).
void
void
Reads the PSD header to private members of this class instance.
void
PalmCodec.loadHeader(DataInput in)
void
PalmCodec.loadImage(DataInput in)
void
PalmCodec.loadPalette(DataInput in)
void
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.
void
void
Checks the parameter and loads an image.
void

Uses in package net.sourceforge.jiu.codecs.tiff

Methods which throw type net.sourceforge.jiu.codecs.WrongFileFormatException

void
Attempts to load an image from a file in the TIFF format.
void
void
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.