public interface InputStreamStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
getCompressedCount()
Gets the amount of raw or compressed bytes read by the stream.
|
long |
getUncompressedCount()
Gets the amount of decompressed bytes returned by the stream.
|
long getCompressedCount()
long getUncompressedCount()
Copyright © 2002–2025. All rights reserved.