Class ImageInputStreamAdapter

java.lang.Object
java.io.InputStream
org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
All Implemented Interfaces:
Closeable, AutoCloseable

public class ImageInputStreamAdapter extends InputStream
Decorates an ImageInputStream with an InputStream interface. The methods mark() and reset() are fully supported. The method available() will always return 0.