|
|||||||||
| Home >> All >> non_com >> media >> jai >> [ codec overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package non_com.media.jai.codec
| Interface Summary | |
| ImageDecodeParam | An empty (marker) interface to be implemented by all image decoder parameter classes. |
| ImageDecoder | An interface describing objects that transform an InputStream into a BufferedImage or Raster. |
| ImageEncodeParam | An empty (marker) interface to be implemented by all image encoder parameter classes. |
| ImageEncoder | An interface describing objects that transform a BufferedImage or Raster into an OutputStream. |
| StreamSegmentMapper | An interface for use with the SegmentedSeekableStream class. |
| Class Summary | |
| BMPCodec | |
| BMPEncodeParam | An instance of ImageEncodeParam for encoding images in the BMP
format. |
| BMPImage | |
| BMPImageDecoder | |
| BMPImageEncoder | An ImageEncoder for the various versions of the BMP image file format. |
| ByteArraySeekableStream | A subclass of SeekableStream that takes input from an array of
bytes. |
| ChunkStream | |
| CRC | |
| FileCacheSeekableStream | A subclass of SeekableStream that may be used to wrap a regular
InputStream. |
| FileSeekableStream | A subclass of SeekableStream that takes its input from a File
or RandomAccessFile. |
| ForwardSeekableStream | A subclass of SeekableStream that may be used to wrap a regular
InputStream efficiently. |
| FPXCodec | |
| FPXDecodeParam | An instance of ImageDecodeParam for decoding images in the
FlashPIX format. |
| FPXImage | |
| FPXImageDecoder | |
| FPXUtils | |
| GIFCodec | |
| GIFImage | |
| GIFImageDecoder | |
| IDATOutputStream | |
| ImageCodec | An abstract class allowing the creation of image decoders and encoders. |
| ImageDecoderImpl | A partial implementation of the ImageDecoder interface useful
for subclassing. |
| ImageEncoderImpl | A partial implementation of the ImageEncoder interface useful for subclassing. |
| JaiI18N | |
| MemoryCacheSeekableStream | A subclass of SeekableStream that may be used to wrap a regular
InputStream. |
| PNGChunk | |
| PNGCodec | |
| PNGDecodeParam | An instance of ImageDecodeParam for decoding images in the PNG
format. |
| PNGEncodeParam | An instance of ImageEncodeParam for encoding images in the PNG
format. |
| PNGEncodeParam.Gray | Description of the Class |
| PNGEncodeParam.Palette | Description of the Class |
| PNGEncodeParam.RGB | Description of the Class |
| PNGImage | TO DO: zTXt chunks |
| PNGImageDecoder | |
| PNGImageEncoder | An ImageEncoder for the PNG file format. |
| PNGSuggestedPaletteEntry | A class representing the fields of a PNG suggested palette entry. |
| PNMCodec | A subclass of ImageCodec that handles the PNM family of formats
(PBM, PGM, PPM). |
| PNMEncodeParam | An instance of ImageEncodeParam for encoding images in the PNM
format. |
| PNMImage | |
| PNMImageDecoder | |
| PNMImageEncoder | An ImageEncoder for the PNM family of file formats. |
| Property | |
| PropertySet | |
| PropertyUtil | |
| SectorStreamSegmentMapper | An implementation of the StreamSegmentMapper interface for
segments of equal length. |
| SeekableOutputStream | An OutputStream which can seek to an arbitrary offset. |
| SeekableStream | An abstract subclass of java.io.InputStream that allows seeking
within the input, similar to the RandomAccessFile class. |
| SegmentedSeekableStream | A SegmentedSeekableStream provides a view of a subset of
another SeekableStream consiting of a series of segments with
given starting positions in the source stream and lengths. |
| SimpleRenderedImage | A simple class implemented the RenderedImage interface. |
| SingleTileRenderedImage | A simple class that provides RenderedImage functionality given a Raster and a ColorModel. |
| SSDirectoryEntry | |
| StreamSegment | A utility class representing a segment within a stream as a long
starting position and an int length. |
| StreamSegmentMapperImpl | An implementation of the StreamSegmentMapper interface that
requires an explicit list of the starting locations and lengths of the
source segments. |
| StructuredStorage | |
| TempFileCleanupThread | A singleton Thread passed to Runtime.addShutdownHook()
which removes any still extant files created by File.createTempFile()
in the FileCacheSeekableStream constructor. |
| TIFFCodec | |
| TIFFDecodeParam | An instance of ImageDecodeParam for decoding images in the TIFF
format. |
| TIFFDirectory | A class representing an Image File Directory (IFD) from a TIFF 6.0 stream. |
| TIFFEncodeParam | An instance of ImageEncodeParam for encoding images in the TIFF
format. |
| TIFFFaxDecoder | |
| TIFFFaxEncoder | |
| TIFFField | A class representing a field in a TIFF 6.0 Image File Directory. |
| TIFFImage | |
| TIFFImageDecoder | A baseline TIFF reader. |
| TIFFImageEncoder | A baseline TIFF writer. |
| TIFFLZWDecoder | A class for performing LZW decoding. |
|
|||||||||
| Home >> All >> non_com >> media >> jai >> [ codec overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||