JIU 0.12.0 Homepage

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.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
 void PNGCodec.process()
           
 void PCDCodec.process()
          Checks the parameter and loads an image.
 void PalmCodec.process()
           
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.
 void IFFCodec.process()
           
 

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

Methods in net.sourceforge.jiu.codecs.tiff that throw InvalidFileStructureException
 void TIFFImageFileDirectory.initFromTags(boolean check)
           
 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.
 


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt