DeflateParams

Companion:
class
Source:
DeflateParams.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

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.

Source:
DeflateParams.scala

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

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

Source:
DeflateParams.scala

Reasonable defaults for most applications.

Reasonable defaults for most applications.

Source:
DeflateParams.scala