DeflateParams

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

Type members

Classlikes

sealed abstract
class FlushMode(val juzDeflaterFlushMode: Int)
Companion
object
case
object FlushMode
Companion
class
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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

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

Concrete fields

Best compression for finite, complete, readily-available, continuous or file streams.

Best compression for finite, complete, readily-available, continuous or file streams.

Best speed for real-time, intermittent, fragmented, interactive or discontinuous streams.

Best speed for real-time, intermittent, fragmented, interactive or discontinuous streams.

Reasonable defaults for most applications.

Reasonable defaults for most applications.