Package

com.github.gekomad

scalacompress

Permalink

package scalacompress

Visibility
  1. Public
  2. All

Type Members

  1. case class CompressionStats(method: String, fileIn: List[String], fileOut: String, sizeIn: Long, sizeOut: Long, compressionRatio: Float, millSeconds: Long, mbPerSecond: Float) extends Product with Serializable

    Permalink

    method

    Compression method

    fileIn

    Files and folders to compress

    fileOut

    Compressed file

    sizeIn

    Total fileIn size

    sizeOut

    Total fileOut size

    compressionRatio

    Uncompress file size/compress file size

    millSeconds

    Time to compress

    mbPerSecond

    Compression speed in MB per second

  2. case class DecompressionStats(method: String, fileIn: String, fileOut: List[String], sizeIn: Long, sizeOut: Long, compressionRatio: Float, millSeconds: Long, mbPerSecond: Float) extends Product with Serializable

    Permalink

    method

    Compression method

    fileIn

    Compressed file

    fileOut

    Decompressed files and folders

    sizeIn

    Total fileIn size

    sizeOut

    Total fileOut size

    compressionRatio

    Uncompress file size/compress file size

    millSeconds

    Time to decompress

    mbPerSecond

    Decompression speed in MB per second

Value Members

  1. object CompressionStats extends Serializable

    Permalink
  2. object Compressors

    Permalink

    Compressors

    Compressors

    Since

    0.0.1

  3. object DecompressionStats extends Serializable

    Permalink
  4. object Util

    Permalink

Ungrouped