java.util.zip
Class GZIPInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
java.util.zip.GZIPInputStream
public class GZIPInputStream
- extends InflaterInputStream
Method Summary |
void |
close()
|
int |
read(byte[] var0,
int var1,
int var2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
crc
protected CRC32 crc
eos
protected boolean eos
GZIP_MAGIC
public static final int GZIP_MAGIC
- See Also:
- Constant Field Values
GZIPInputStream
public GZIPInputStream(InputStream var0)
throws IOException
- Throws:
IOException
GZIPInputStream
public GZIPInputStream(InputStream var0,
int var1)
throws IOException
- Throws:
IOException
read
public int read(byte[] var0,
int var1,
int var2)
throws IOException
- Overrides:
read
in class InflaterInputStream
- Throws:
IOException
close
public void close()
throws IOException
- Overrides:
close
in class InflaterInputStream
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.