TarUnarchiver

zio.compress.TarUnarchiver
See theTarUnarchiver companion class
object TarUnarchiver

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def make(chunkSize: Int): TarUnarchiver

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

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

Value parameters

chunkSize

chunkSize of the archive entry content streams. Defaults to 64KiB.

Attributes