public class GZIPInputStream extends InflaterInputStream
buf, DEFAULT_BUFSIZE, inflater, myinflater
in
Constructor and Description |
---|
GZIPInputStream(InputStream in) |
GZIPInputStream(InputStream in,
Inflater inflater,
int size,
boolean close_in) |
GZIPInputStream(InputStream in,
int size,
boolean close_in) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
long |
getCRC() |
long |
getModifiedtime() |
String |
getName() |
int |
getOS() |
void |
readHeader() |
available, close, fill, getAvailIn, getInflater, getTotalIn, getTotalOut, mark, markSupported, read, read, reset, skip
read
public GZIPInputStream(InputStream in) throws IOException
IOException
public GZIPInputStream(InputStream in, int size, boolean close_in) throws IOException
IOException
public GZIPInputStream(InputStream in, Inflater inflater, int size, boolean close_in) throws IOException
IOException
public long getModifiedtime()
public int getOS()
public String getName()
public String getComment()
public long getCRC() throws GZIPException
GZIPException
public void readHeader() throws IOException
readHeader
in class InflaterInputStream
IOException