See: Description
Interface Summary | |
---|---|
ImageInputStream | An input stream for use by {@link javax.imageio.ImageReader ImageReaders}. |
ImageOutputStream | An output stream for use by {@link javax.imageio.ImageWriter ImageWriters}. |
Class Summary | |
---|---|
FileCacheImageInputStream | |
FileCacheImageOutputStream | |
FileImageInputStream | |
FileImageOutputStream | |
IIOByteBuffer | A data structure for holding a reference to a byte array, an index into that array, and a number of bytes, that can be passed to one specific variant of the {@link javax.imageio.stream.ImageInputStream#readBytes(IIOByteBuffer, int) readBytes} method. |
ImageInputStreamImpl | |
ImageOutputStreamImpl | |
MemoryCacheImageInputStream | |
MemoryCacheImageOutputStream |