zio.stream.compression
package zio.stream.compression
Members list
Type members
Classlikes
class CompressionException extends Exception
Signals that exception occurred in compression/decompression
Signals that exception occurred in compression/decompression
Attributes
- Companion
- object
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object CompressionException
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CompressionException.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BestCompressionobject BestSpeedobject CompressionLevel2object CompressionLevel3object CompressionLevel4object CompressionLevel5object CompressionLevel6object CompressionLevel7object CompressionLevel8object DefaultCompressionobject NoCompressionShow all
object CompressionLevel
Attributes
- Companion
- class
- Supertypes
- Self type
-
CompressionLevel.type
case class CompressionParameters(level: CompressionLevel, strategy: CompressionStrategy, flushMode: FlushMode)
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object CompressionStrategy
Attributes
- Companion
- class
- Supertypes
- Self type
-
CompressionStrategy.type
In this article