Compressor

zio.compress.Compressor
See theCompressor companion object
trait Compressor extends Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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