fs2.compression.DeflateParams$.FlushMode$
See theFlushMode companion class
Attributes
- Companion
- class
- Source
- DeflateParams.scala
- Graph
-
- Supertypes
- Self type
-
FlushMode.type
Members list
Type members
Classlikes
case object BEST_COMPRESSION extends FlushMode
Attributes
- Source
- DeflateParams.scala
- Supertypes
- Self type
-
BEST_COMPRESSION.type
case object BEST_SPEED extends FlushMode
Attributes
- Source
- DeflateParams.scala
- Supertypes
- Self type
-
BEST_SPEED.type
Attributes
- Source
- DeflateParams.scala
- Supertypes
- Self type
-
DEFAULT.type
case object FULL_FLUSH extends FlushMode
Attributes
- Source
- DeflateParams.scala
- Supertypes
- Self type
-
FULL_FLUSH.type
Attributes
- Source
- DeflateParams.scala
- Supertypes
- Self type
-
NO_FLUSH.type
case object SYNC_FLUSH extends FlushMode
Attributes
- Source
- DeflateParams.scala
- Supertypes
- Self type
-
SYNC_FLUSH.type
Inherited types
The names of the product elements
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
The name of the type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Value members
Inherited methods
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article