ZstdDecompressor

zio.compress.ZstdDecompressor
See theZstdDecompressor companion class

Attributes

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

Members list

Value members

Concrete methods

def make(chunkSize: Int): ZstdDecompressor

Makes a pipeline that accepts a Zstd compressed byte stream and produces a decompressed byte stream.

Makes a pipeline that accepts a Zstd compressed byte stream and produces a decompressed byte stream.

Value parameters

chunkSize

The maximum chunk size of the outgoing ZStream. Defaults to ZStream.DefaultChunkSize (4KiB).

Attributes