public class GZIPInputStream

  1. Object
  2. InputStream
  3. FilterInputStream
  4. InflaterInputStream
  5. GZIPInputStream

ImplementsAutoCloseable

Constructors

public GZIPInputStream(InputStream in) throws IOException
public GZIPInputStream(InputStream in, int size, boolean closeIn) throws IOException
public GZIPInputStream(InputStream in, Inflater inflater, int size, boolean closeIn) throws IOException

Methods

public long getModifiedtime()
public int getOS()
public String getName()
public String getComment()
public long getCRC() throws GZIPException
public void readHeader() throws IOException

Inherited fields

Inherited methods

Constructor details

GZIPInputStream

public GZIPInputStream(InputStream in) throws IOException

GZIPInputStream

public GZIPInputStream(InputStream in, int size, boolean closeIn) throws IOException

GZIPInputStream

public GZIPInputStream(InputStream in, Inflater inflater, int size, boolean closeIn) throws 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

readHeader

public void readHeader() throws IOException