Package 

Interface InputStreamStatistics


  • 
    public interface 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.

    • Method Summary

      Modifier and Type Method Description
      abstract long getCompressedCount()
      abstract long getUncompressedCount()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait