|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.apache.commons.compress.compressors.CompressorInputStream
org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
public class GzipCompressorInputStream
Implements the "gz" compression format as an input stream. This classes wraps the standard java classes for working with gz.
Constructor Summary | |
---|---|
GzipCompressorInputStream(java.io.InputStream inputStream)
Constructs a new GZip compressed input stream by the referenced InputStream. |
Method Summary | |
---|---|
int |
read()
|
Methods inherited from class org.apache.commons.compress.compressors.CompressorInputStream |
---|
count, getCount |
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 |
Constructor Detail |
---|
public GzipCompressorInputStream(java.io.InputStream inputStream) throws java.io.IOException
inputStream
- the InputStream from which this object should be created of
java.io.IOException
- if the stream could not be createdMethod Detail |
---|
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |