|
|
java > java.util > java.util.zip > java.util.zip.gzipinputstream >
Class: java.util.zip.GZIPInputStream java.lang.Object java.io.InputStream java.io.FilterInputStream java.util.zip.InflaterInputStream java.util.zip.GZIPInputStream
public class GZIPInputStream extends InflaterInputStream
FIELDS:
public static final int GZIP_MAGIC : 35615 protected CRC32 crc protected boolean eos |
|
|
|
CONSTRUCTORS:
METHODS:
INHERITED METHODS:
| read(), read(byte[], int, int), available(), skip(long), close(), fill(), markSupported(), mark(int), reset(), read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|