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 apply(chunkSize: Int): TarUnarchiver

An Unarchiver for Tar, based on the Apache Commons Compress library.

An Unarchiver for Tar, based on the Apache Commons Compress library.

The archive entries might have a known uncompressed size.

Value parameters

chunkSize

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

Attributes