JIU 0.14.3

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

Packages that use InvalidFileStructureException
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 InvalidFileStructureException in net.sourceforge.jiu.codecs
 

Methods in net.sourceforge.jiu.codecs that throw InvalidFileStructureException
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 PalmCodec.process()
           
 void IFFCodec.process()
           
 

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

Methods in net.sourceforge.jiu.codecs.jpeg that throw InvalidFileStructureException
static void JPEGMarkerReader.readHuffmanTables(DataInput in, JPEGData jpegData, int length)
           
static void JPEGMarkerReader.readQuantizationTables(DataInput in, JPEGData jpegData, int length)
          Read quantization tables from a DQT marker.
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 InvalidFileStructureException in net.sourceforge.jiu.codecs.tiff
 

Methods in net.sourceforge.jiu.codecs.tiff that throw InvalidFileStructureException
 void TIFFDecoderPackbits.decode()
           
 void TIFFDecoderModifiedHuffman.decode()
           
 void TIFFDecoderLogLuv.decode()
           
 void TIFFDecoderDeflated.decode()
           
abstract  void TIFFDecoder.decode()
          Decode data from input and write the decompressed pixel data to the image associated with this decoder.
 void TIFFImageFileDirectory.initFromTags(boolean check)
           
 


JIU 0.14.3

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