JIU 0.14.3

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

Packages that use UnsupportedTypeException
net.sourceforge.jiu.codecs Provides classes to read images from and save them to files (or streams) in various file formats. 
net.sourceforge.jiu.codecs.jpeg Provides classes to read images from JPEG bitstreams. 
net.sourceforge.jiu.codecs.tiff Classes to handle the Tagged Image File Format (TIFF). 
 

Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs
 

Methods in net.sourceforge.jiu.codecs that throw UnsupportedTypeException
static PixelImage ImageLoader.load(File file)
          Attempts to load an image from a file.
static PixelImage ImageLoader.load(File file, Vector listeners)
          Attempts to load an image from a file, notifying the argument progress listeners.
static PixelImage ImageLoader.load(String fileName)
          Load an image from a file given by its name.
static 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.
static PixelImage ImageLoader.loadToolkitImageUri(String uri)
           
 void PNGCodec.process()
           
 void PCDCodec.process()
          Checks the parameter and loads an image.
 void IFFCodec.process()
           
 

Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs.jpeg
 

Methods in net.sourceforge.jiu.codecs.jpeg that throw UnsupportedTypeException
static void JPEGMarkerReader.readStartOfFrame(DataInput in, JPEGData jpegData, int marker, int length)
           
static void JPEGMarkerReader.readStartOfScan(DataInput in, JPEGData jpegData, int length)
          Read an SOS (start of scan) marker.
 

Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs.tiff
 

Methods in net.sourceforge.jiu.codecs.tiff that throw UnsupportedTypeException
 void TIFFImageFileDirectory.initFromTags(boolean check)
           
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt