package
scalacompress
Type Members
-
case class
CompressionStats(method: String, fileIn: List[String], fileOut: String, sizeIn: Long, sizeOut: Long, compressionRatio: Float, millSeconds: Long, mbPerSecond: Float) extends Product with Serializable
-
case class
DecompressionStats(method: String, fileIn: String, fileOut: List[String], sizeIn: Long, sizeOut: Long, compressionRatio: Float, millSeconds: Long, mbPerSecond: Float) extends Product with Serializable
Compression method
Files and folders to compress
Compressed file name
Total fileIn size
Total fileOut size
Uncompress size/compress size
Time to compress
Compression speed in MB per second