GzipDecompressor

zio.compress.GzipDecompressor
See theGzipDecompressor companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(bufferSize: Int): GzipDecompressor

A Decompressor for Gzip, based on ZIO's native support (which uses the JVM standard library).

A Decompressor for Gzip, based on ZIO's native support (which uses the JVM standard library).

Value parameters

bufferSize

the used buffer size. Defaults to 64KiB.

Attributes