zio.compress
package zio.compress
Members list
Type members
Classlikes
sealed trait DeflateStrategy extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object Filteredobject HuffmanOnly
object DeflateStrategy
Attributes
- Companion
- trait
- Supertypes
- Self type
-
DeflateStrategy.type
object GzipCompressor
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GzipCompressor.type
final class GzipCompressor extends Compressor
Attributes
- Companion
- object
- Supertypes
object GzipDecompressor
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GzipDecompressor.type
final class GzipDecompressor extends Decompressor
Attributes
- Companion
- object
- Supertypes
In this article