JIU 0.12.0 Homepage

Uses of Package
net.sourceforge.jiu.codecs

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

Classes in net.sourceforge.jiu.codecs used by net.sourceforge.jiu.codecs
CodecMode
          This class is an enumeration type for the two modes that an image codec can be used in, CodecMode.LOAD and CodecMode.SAVE.
ImageCodec
          The base class for image codecs, operations to read images from or write them to streams.
InvalidFileStructureException
          This exception is thrown during image loading, when the decoding process is made impossible by errors in the image file.
InvalidImageIndexException
          This exception is thrown when the caller has defined an image index that specifies the image to be loaded in a multiple-image file and that index is unavailable.
UnsupportedCodecModeException
          This exception is thrown when a codec does not support the codec mode wanted by the user.
UnsupportedTypeException
          This exception is thrown during image loading.
WrongFileFormatException
          This exception is thrown during image loading.
 

Classes in net.sourceforge.jiu.codecs used by net.sourceforge.jiu.codecs.tiff
CodecMode
          This class is an enumeration type for the two modes that an image codec can be used in, CodecMode.LOAD and CodecMode.SAVE.
ImageCodec
          The base class for image codecs, operations to read images from or write them to streams.
InvalidFileStructureException
          This exception is thrown during image loading, when the decoding process is made impossible by errors in the image file.
UnsupportedCodecModeException
          This exception is thrown when a codec does not support the codec mode wanted by the user.
UnsupportedTypeException
          This exception is thrown during image loading.
 


JIU 0.12.0 Homepage

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