CompressionStats

case class CompressionStats(method: String, fileIn: List[String], fileOut: String, sizeIn: Long, sizeOut: Long, compressionRatio: Float, millSeconds: Long, mbPerSecond: Float)
Value Params
compressionRatio

Uncompress file size/compress file size

fileIn

Files and folders to compress

fileOut

Compressed file

mbPerSecond

Compression speed in MB per second

method

Compression method

millSeconds

Time to compress

sizeIn

Total fileIn size

sizeOut

Total fileOut size

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product