InputStreamStatistics

This 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.

Since

1.17

Functions

Link copied to clipboard
abstract fun getCompressedCount(): Long
Link copied to clipboard
abstract fun getUncompressedCount(): Long