TarArchiver

zio.compress.TarArchiver
See theTarArchiver companion object
final class TarArchiver extends Archiver[Some]

Attributes

Companion
object
Graph
Supertypes
trait Archiver[Some]
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def archive(implicit trace: Trace): ZPipeline[Any, Throwable, (ArchiveEntry[Some, Any], ZStream[Any, Throwable, Byte]), Byte]

Makes a pipeline that accepts a stream of archive entries, and produces a byte stream of an archive.

Makes a pipeline that accepts a stream of archive entries, and produces a byte stream of an archive.

Attributes

Definition Classes