-
public interface InputStreamStatisticsThis interface provides statistics on the current decompression stream. The stream consumer can use that statistics to handle abnormal compression ratios, i.e. to prevent ZIP bombs.
-
-
Method Summary
Modifier and Type Method Description abstract longgetCompressedCount()abstract longgetUncompressedCount()-
-
Method Detail
-
getCompressedCount
abstract long getCompressedCount()
-
getUncompressedCount
abstract long getUncompressedCount()
-
-
-
-