Uses of Package
net.sourceforge.jiu.codecs
-
Packages that use net.sourceforge.jiu.codecs Package Description net.sourceforge.jiu.codecs net.sourceforge.jiu.codecs.jpeg net.sourceforge.jiu.codecs.tiff -
Classes in net.sourceforge.jiu.codecs used by net.sourceforge.jiu.codecs Class Description CodecMode This class is an enumeration type for the two modes that an image codec can be used in,CodecMode.LOAD
andCodecMode.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.jpeg Class Description 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.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 Class Description CodecMode This class is an enumeration type for the two modes that an image codec can be used in,CodecMode.LOAD
andCodecMode.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.WrongFileFormatException This exception is thrown during image loading.