javax.imageio.stream

Package javax.imageio.stream

A package of the Java Image I/O API dealing with low-level I/O from files and streams.

See: Description

Interface Summary
Interface Description
ImageInputStream

A seekable input stream interface for use by ImageReaders.

ImageOutputStream

A seekable output stream interface for use by ImageWriters.

Class Summary
Class Description
FileCacheImageInputStream

An im