ZstdCompressor

zio.compress.ZstdCompressor
See theZstdCompressor companion object
final class ZstdCompressor extends Compressor

Attributes

Companion
object
Graph
Supertypes
trait Compressor
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def compress(implicit trace: Trace): ZPipeline[Any, Throwable, Byte, Byte]

A pipeline that takes a raw byte stream and produces a compressed byte stream.

A pipeline that takes a raw byte stream and produces a compressed byte stream.

Attributes

Definition Classes