zio.compress
Members list
Type members
Classlikes
Attributes
- Companion
- class
- Supertypes
- Self type
-
ArchiveEntry.type
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
An archiver makes pipelines that accept a stream of archive entries, and produce a byte stream of an archive.
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
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class ArchiveSingleFileCompressor[Size]
Attributes
- Companion
- trait
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Self type
-
Compressor.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Decompressor.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Defaults.type
Deflate compression level, used for ZIP and GZIP.
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
An unarchiver makes pipelines that accept the byte stream of an archive, and produce a stream of archive entries.
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
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any