DeflateParams

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

sealed abstract class Level(val juzDeflaterLevel: Int)
Companion
object
case object Level
Companion
class
sealed abstract class Strategy(val juzDeflaterStrategy: Int)
Companion
object
case object Strategy
Companion
class
sealed abstract class FlushMode(val juzDeflaterFlushMode: Int)
Companion
object
case object FlushMode
Companion
class

Inherited types

type MirroredLabel <: String
The name of the type
Inhertied from
Mirror
type MirroredElemLabels <: Tuple
The names of the product elements
Inhertied from
Mirror

Value members

Methods

def apply(bufferSize: Int, header: Header, level: Level, strategy: Strategy, flushMode: FlushMode): DeflateParams

Fields

Reasonable defaults for most applications.
Best speed for real-time, intermittent, fragmented, interactive or discontinuous streams.
Best compression for finite, complete, readily-available, continuous or file streams.