DeflateParams

fs2.compression.DeflateParams$
See theDeflateParams companion trait

Attributes

Companion:
trait
Source:
DeflateParams.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

sealed abstract class FlushMode(val juzDeflaterFlushMode: Int)

Attributes

Companion:
object
Source:
DeflateParams.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BEST_COMPRESSION.type
object BEST_SPEED.type
object DEFAULT.type
object FULL_FLUSH.type
object NO_FLUSH.type
object SYNC_FLUSH.type
case object FlushMode

Attributes

Companion:
class
Source:
DeflateParams.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
sealed abstract class Level(val juzDeflaterLevel: Int)

Attributes

Companion:
object
Source:
DeflateParams.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BEST_COMPRESSION.type
object BEST_SPEED.type
object DEFAULT.type
object EIGHT.type
object FIVE.type
object FOUR.type
object NINE.type
object NO_COMPRESSION.type
object ONE.type
object SEVEN.type
object SIX.type
object THREE.type
object TWO.type
object ZERO.type
case object Level

Attributes

Companion:
class
Source:
DeflateParams.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Level.type
sealed abstract class Strategy(val juzDeflaterStrategy: Int)

Attributes

Companion:
object
Source:
DeflateParams.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BEST_COMPRESSION.type
object BEST_SPEED.type
object DEFAULT.type
object FILTERED.type
object HUFFMAN_ONLY.type
case object Strategy

Attributes

Companion:
class
Source:
DeflateParams.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

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

Attributes

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

Attributes

Source:
DeflateParams.scala

Concrete fields

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

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

Attributes

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.

Attributes

Source:
DeflateParams.scala

Reasonable defaults for most applications.

Reasonable defaults for most applications.

Attributes

Source:
DeflateParams.scala