Decompressor

zio.compress.Decompressor
See theDecompressor companion object
trait Decompressor extends Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class ArchiveSingleFileDecompressor[Size, Underlying]

Members list

Value members

Abstract methods

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

A pipeline that decompresses a byte stream to an uncompressed byte stream.

A pipeline that decompresses a byte stream to an uncompressed byte stream.

Attributes