InflateParams

fs2.compression.InflateParams
See theInflateParams companion object
sealed trait InflateParams

Inflate algorithm parameters.

Attributes

Companion
object
Source
InflateParams.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract fields

Size of the internal buffer. Default size is 32 KB.

Size of the internal buffer. Default size is 32 KB.

Attributes

Source
InflateParams.scala
val header: Header

Compression header. Defaults to ZLibParams.Header.ZLIB

Compression header. Defaults to ZLibParams.Header.ZLIB

Attributes

Source
InflateParams.scala