Class ZipRatioAnalyzer


  • public class ZipRatioAnalyzer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipRatioAnalyzer​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addData​(byte[] uncompressedData, int statefullyCompressedSize)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public final java.lang.String name
    • Constructor Detail

      • ZipRatioAnalyzer

        public ZipRatioAnalyzer​(java.lang.String name)
    • Method Detail

      • addData

        public void addData​(byte[] uncompressedData,
                            int statefullyCompressedSize)