zio.compress.Archiver
See theArchiver companion object
trait Archiver[-Size <: (Option)] extends Serializable
An archiver makes pipelines that accept a stream of archive entries, and produce a byte stream of an archive.
Type parameters
- Size
-
Either a
Somewhen the archive entries require the uncompressed size, orOptionwhen the archive entries do not require the uncompressed size.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Members list
In this article