Class APNGReader.PNGInputStream

java.lang.Object
java.io.InputStream
loci.formats.in.APNGReader.PNGInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
APNGReader

class APNGReader.PNGInputStream extends InputStream
InputStream implementation that stitches together IDAT blocks into a seamless zlib stream. This allows us to decompress the image data without reading the entire compressed stream into a byte array.