com.sun.media.imageio.stream |
|
Java Source File Name | Type | Comment |
FileChannelImageInputStream.java | Class | A class which implements ImageInputStream using a
FileChannel as the eventual data source. |
FileChannelImageOutputStream.java | Class | A class which implements ImageOutputStream using a
FileChannel as the eventual data destination.
Memory mapping is used for reading and direct buffers for writing.
Only methods which provide significant performance improvement with
respect to the superclass implementation are overridden. |
I18N.java | Class | |
RawImageInputStream.java | Class | This class defines the content of the ImageInputStream
containing several raw images with the same image type: the number of
the images, the image type, the offset for the first sample of each image,
and the image size information. |
SegmentedImageInputStream.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. |
StreamSegmentMapper.java | Interface | An interface for use with the SegmentedImageInputStream
class. |