Unarchiver
zio.compress.Unarchiver
trait Unarchiver[Size <: (Option), Underlying] extends Serializable
An unarchiver makes pipelines that accept the byte stream of an archive, and produce a stream of archive entries.
Type parameters
- Size
-
Either a
Somewhen the archive entries have a known uncompressed size,Nonewhen the archive entries do not have the uncompressed size, orOptionwhen the archive entries might have the uncompressed size. - Underlying
-
The archive entries from the underlying archiving library.
Attributes
- Graph
-
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Members list
In this article