All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lame.Gzip.scala Maven / Gradle / Ivy

The newest version!
package lame 
import java.util.zip.Deflater

object Gzip {
  import lame.gzip._
  def apply(level:Int = 1, customDeflater: Option[() => Deflater] = None) = CompressionUtils.compressorFlow(() => new GzipCompressor(level, customDeflater))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy