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 apply(chunkSize: Int): ZstdDecompressor

A Decompressor for Zstd, based on the com.github.luben:zstd-jni library.

A Decompressor for Zstd, based on the com.github.luben:zstd-jni library.

Value parameters

chunkSize

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

Attributes