FlushMode

fs2.compression.DeflateParams$.FlushMode
See theFlushMode companion object
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
Show all
In this article