Class WebPImageParser.ChunksReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    WebPImageParser

    private static final class WebPImageParser.ChunksReader
    extends java.lang.Object
    implements java.io.Closeable
    • Field Detail

      • is

        private final java.io.InputStream is
      • sizeCount

        private int sizeCount
      • firstChunk

        private boolean firstChunk
      • fileSize

        final int fileSize
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • getOffset

        int getOffset()