|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
java.util.zip.GZIPInputStream
public class GZIPInputStream
| Field Summary | |
|---|---|
protected CRC32 |
crc
|
protected boolean |
eos
|
static int |
GZIP_MAGIC
|
| Fields inherited from class java.util.zip.InflaterInputStream |
|---|
buf, inf, len |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
GZIPInputStream(InputStream var0)
|
|
GZIPInputStream(InputStream var0,
int var1)
|
|
| Method Summary |
|---|
| Methods inherited from class java.util.zip.InflaterInputStream |
|---|
fill |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GZIP_MAGIC
protected CRC32 crc
protected boolean eos
| Constructor Detail |
|---|
public GZIPInputStream(InputStream var0)
throws IOException
IOException
public GZIPInputStream(InputStream var0,
int var1)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||