Class GZIPInputStream

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

    public class GZIPInputStream
    extends InflaterInputStream
    • Constructor Detail

      • GZIPInputStream

        public GZIPInputStream​(java.io.InputStream in)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • GZIPInputStream

        public GZIPInputStream​(java.io.InputStream in,
                               int size,
                               boolean close_in)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • GZIPInputStream

        public GZIPInputStream​(java.io.InputStream in,
                               Inflater inflater,
                               int size,
                               boolean close_in)
                        throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getModifiedtime

        public long getModifiedtime()
      • getOS

        public int getOS()
      • getName

        public java.lang.String getName()
      • getComment

        public java.lang.String getComment()
      • readHeader

        public void readHeader()
                        throws java.io.IOException
        Overrides:
        readHeader in class InflaterInputStream
        Throws:
        java.io.IOException