fs2.compression.DeflateParams
See theDeflateParams companion trait
object DeflateParams
Attributes
- Companion
- trait
- Source
- DeflateParams.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DeflateParams.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- DeflateParams.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BEST_COMPRESSION.typeobject BEST_SPEED.typeobject DEFAULT.typeobject FULL_FLUSH.typeobject NO_FLUSH.typeobject SYNC_FLUSH.typeShow all
Attributes
- Companion
- class
- Source
- DeflateParams.scala
- Supertypes
- Self type
-
FlushMode.type
Attributes
- Companion
- object
- Source
- DeflateParams.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BEST_COMPRESSION.typeobject BEST_SPEED.typeobject DEFAULT.typeobject EIGHT.typeobject FIVE.typeobject FOUR.typeobject NINE.typeobject NO_COMPRESSION.typeobject ONE.typeobject SEVEN.typeobject SIX.typeobject THREE.typeobject TWO.typeobject ZERO.typeShow all
Attributes
- Companion
- class
- Source
- DeflateParams.scala
- Supertypes
- Self type
-
Level.type
Attributes
- Companion
- object
- Source
- DeflateParams.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BEST_COMPRESSION.typeobject BEST_SPEED.typeobject DEFAULT.typeobject FILTERED.typeobject HUFFMAN_ONLY.type
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
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.
In this article