|
||||||||||
| 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
com.caucho.quercus.lib.zlib.GZIPInputStream
public class GZIPInputStream
| Field Summary |
|---|
| Fields inherited from class java.util.zip.GZIPInputStream |
|---|
crc, eos, GZIP_MAGIC |
| Fields inherited from class java.util.zip.InflaterInputStream |
|---|
buf, inf, len |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
GZIPInputStream(java.io.InputStream in)
|
|
GZIPInputStream(java.io.InputStream in,
int size)
|
|
| Method Summary | |
|---|---|
boolean |
isEOS()
Tells whether the compressed gzip data has been exhausted. |
| Methods inherited from class java.util.zip.GZIPInputStream |
|---|
close, read |
| Methods inherited from class java.util.zip.InflaterInputStream |
|---|
available, fill, mark, markSupported, read, reset, skip |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GZIPInputStream(java.io.InputStream in)
throws java.io.IOException
java.io.IOException
public GZIPInputStream(java.io.InputStream in,
int size)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public boolean isEOS()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||