Class UncachedImageInputStream

All Implemented Interfaces:
Closeable, DataInput, AutoCloseable, ImageInputStream

public class UncachedImageInputStream extends ImageInputStreamImpl2
An implementation of ImageInputStream that gets its input from a regular InputStream. No caching is used and thus backward seeking is not supported.
Author:
Werner Randelshofer