Class PngSizeInfo.Reader

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean closed  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Reader()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void close()  
      (package private) int eof​(long p_195685_1_)  
      protected abstract int read​(long p_195683_1_, int p_195683_3_)  
      (package private) int read​(long p_195682_1_, long p_195682_3_, int p_195682_5_)  
      protected abstract void skip​(int p_195684_1_)  
      (package private) void skip​(long p_195686_1_, int p_195686_3_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • closed

        protected boolean closed
    • Constructor Detail

      • Reader

        private Reader()
    • Method Detail

      • read

        int read​(long p_195682_1_,
                 long p_195682_3_,
                 int p_195682_5_)
      • skip

        void skip​(long p_195686_1_,
                  int p_195686_3_)
      • eof

        int eof​(long p_195685_1_)
      • read

        protected abstract int read​(long p_195683_1_,
                                    int p_195683_3_)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • skip

        protected abstract void skip​(int p_195684_1_)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • close

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