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

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

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

void
TIFFDecoder
void
void
Attempts to load an image from a file in the TIFF format.
void

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

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

void
JPEGCodec.readMarker(JPEGData jpegData, int marker, int length)
void
JPEGMarkerReader.readStartOfFrame(DataInput in, JPEGData jpegData, int marker, int length)
void
JPEGMarkerReader.readStartOfScan(DataInput in, JPEGData jpegData, int length)
Read an SOS (start of scan) marker.

Uses in package net.sourceforge.jiu.codecs

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

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).
PixelImage
ImageLoader.load(File file)
Attempts to load an image from a file.
PixelImage
ImageLoader.load(File file, Vector listeners)
Attempts to load an image from a file, notifying the argument progress listeners.
PixelImage
ImageLoader.load(String fileName)
Load an image from a file given by its name.
PixelImage
ImageLoader.load(String fileName, Vector listeners)
Attempts to load an image from the file with the given name, using the given list of progress listeners.
void
void
void
PalmCodec.loadHeader(DataInput in)
PixelImage
IFFCodec.loadImage(DataInput in)
Loads an image from given input stream in, regarding the compression type.
void
PalmCodec.loadImage(DataInput in)
void
PalmCodec.loadPalette(DataInput in)
void
PixelImage
void
void
Checks the parameter and loads an image.
void
void
void
void
void
void