com.sun.media.jai.codec |
|
Java Source File Name | Type | Comment |
BMPEncodeParam.java | Class | An instance of ImageEncodeParam for encoding images in
the BMP format.
This class allows for the specification of various parameters
while encoding (writing) a BMP format image file. |
ByteArraySeekableStream.java | Class | A subclass of SeekableStream that takes input from an
array of bytes. |
FileCacheSeekableStream.java | Class | A subclass of SeekableStream that may be used to wrap
a regular InputStream . |
FileSeekableStream.java | Class | A subclass of SeekableStream that takes its input
from a File or RandomAccessFile .
Backwards seeking is supported. |
ForwardSeekableStream.java | Class | A subclass of SeekableStream that may be used
to wrap a regular InputStream efficiently.
Seeking backwards is not supported.
This class is not a committed part of the JAI API. |
FPXDecodeParam.java | Class | An instance of ImageDecodeParam for decoding images
in the FlashPIX format.
This class is not a committed part of the JAI API. |
ImageCodec.java | Class | An abstract class allowing the creation of image decoders and
encoders. |
ImageDecodeParam.java | Interface | An empty (marker) interface to be implemented by all image decoder
parameter classes.
This interface is not a committed part of the JAI API. |
ImageDecoder.java | Interface | An interface describing objects that transform an InputStream into a
BufferedImage or Raster.
This interface is not a committed part of the JAI API. |
ImageDecoderImpl.java | Class | A partial implementation of the ImageDecoder interface
useful for subclassing.
This class is not a committed part of the JAI API. |
ImageEncodeParam.java | Interface | An empty (marker) interface to be implemented by all image encoder
parameter classes.
This interface is not a committed part of the JAI API. |
ImageEncoder.java | Interface | An interface describing objects that transform a BufferedImage or
Raster into an OutputStream.
This interface is not a committed part of the JAI API. |
ImageEncoderImpl.java | Class | A partial implementation of the ImageEncoder interface useful for
subclassing.
This class is not a committed part of the JAI API. |
JaiI18N.java | Class | |
JPEGDecodeParam.java | Class | An instance of ImageDecodeParam for decoding images in
the JPEG format.
This class allows for the specification of whether to decode the
JPEG data into an image having a SampleModel which is a
ComponentSampleModel or a subclass thereof. |
JPEGEncodeParam.java | Class | A class which encapsulates the most common functionality required for
the parameters to a Jpeg encode operation. |
MemoryCacheSeekableStream.java | Class | A subclass of SeekableStream that may be used to wrap
a regular InputStream . |
PNGDecodeParam.java | Class | An instance of ImageDecodeParam for decoding images in
the PNG format.
PNGDecodeParam allows several aspects of the decoding
process for PNG images to be controlled. |
PNGEncodeParam.java | Class | An instance of ImageEncodeParam for encoding images in
the PNG format.
This class is not a committed part of the JAI API. |
PNGSuggestedPaletteEntry.java | Class | A class representing the fields of a PNG suggested palette entry.
This class is not a committed part of the JAI API. |
PNMEncodeParam.java | Class | An instance of ImageEncodeParam for encoding images in
the PNM format.
This class allows for the specification of whether to encode
in the ASCII or raw variants of the PBM, PGM, and PPM formats.
By default, raw encoding is used.
This class is not a committed part of the JAI API. |
SeekableOutputStream.java | Class | An OutputStream which can seek to an arbitrary offset. |
SeekableStream.java | Class | An abstract subclass of java.io.InputStream that
allows seeking within the input, similar to the
RandomAccessFile class. |
SegmentedSeekableStream.java | Class | An implementation of the StreamSegmentMapper interface
that requires an explicit list of the starting locations and
lengths of the source segments. |
StreamSegment.java | Class | A utility class representing a segment within a stream as a
long starting position and an int
length.
This class is not a committed part of the JAI API. |
StreamSegmentMapper.java | Interface | An interface for use with the SegmentedSeekableStream
class. |
TIFFDecodeParam.java | Class | An instance of ImageDecodeParam for decoding images in
the TIFF format.
To determine the number of images present in a TIFF file, use
the getNumPages() method on the
ImageDecoder object that will be used to perform the
decoding. |
TIFFDirectory.java | Class | A class representing an Image File Directory (IFD) from a TIFF 6.0
stream. |
TIFFEncodeParam.java | Class | An instance of ImageEncodeParam for encoding images in
the TIFF format.
This class allows for the specification of encoding parameters. |
TIFFField.java | Class | A class representing a field in a TIFF 6.0 Image File Directory.
The TIFF file format is described in more detail in the
comments for the TIFFDescriptor class.
A field in a TIFF Image File Directory (IFD). |