public abstract class CompressorInputStream
extends java.io.InputStream
Constructor and Description |
---|
CompressorInputStream() |
Modifier and Type | Method and Description |
---|---|
long |
getBytesRead()
Returns the current number of bytes read from this stream.
|
int |
getCount()
Deprecated.
this method may yield wrong results for large
archives, use #getBytesRead instead
|
long |
getUncompressedCount()
Returns the amount of raw or compressed bytes read by the stream.
|
@Deprecated public int getCount()
public long getBytesRead()
public long getUncompressedCount()
This implementation invokes getBytesRead()
.
Provides half of InputStreamStatistics
without forcing subclasses to implement the other half.
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"