DecompressionStats

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

Uncompress file size/compress file size

fileIn

Compressed file

fileOut

Decompressed files and folders

mbPerSecond

Decompression speed in MB per second

method

Compression method

millSeconds

Time to decompress

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