Class GZIPInputStream

All Implemented Interfaces:
AutoCloseable

public class GZIPInputStream extends InflaterInputStream
  • Constructor Details

    • GZIPInputStream

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

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

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

    • getModifiedtime

      public long getModifiedtime()
    • getOS

      public int getOS()
    • getName

      public String getName()
    • getComment

      public String getComment()
    • getCRC

      public long getCRC() throws GZIPException
      Throws:
      GZIPException
    • readHeader

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