|
|||||||||
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
public abstract class CompressorInputStream
Constructor Summary | |
---|---|
CompressorInputStream()
|
Method Summary | |
---|---|
protected void |
count(int read)
Increments the counter of already read bytes. |
int |
getCount()
Returns the current number of bytes read from this stream. |
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, 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 CompressorInputStream()
Method Detail |
---|
protected void count(int read)
read
- the number of bytes readpublic int getCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |