TarUnarchiver

zio.compress.TarUnarchiver
See theTarUnarchiver companion object

Attributes

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

Members list

Value members

Concrete methods

override def unarchive(implicit trace: Trace): ZPipeline[Any, Throwable, Byte, (ArchiveEntry[Option, TarArchiveEntry], ZStream[Any, IOException, Byte])]

Make a pipelines that accepts the byte stream of an archive, and produces a stream of archive entries.

Make a pipelines that accepts the byte stream of an archive, and produces a stream of archive entries.

Attributes

Definition Classes