zio.stream.compression

Members list

Type members

Classlikes

Signals that exception occurred in compression/decompression

Signals that exception occurred in compression/decompression

Attributes

Companion
object
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class CompressionLevel(val jValue: Int)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BestCompression.type
object BestSpeed.type
object CompressionLevel2.type
object CompressionLevel3.type
object CompressionLevel4.type
object CompressionLevel5.type
object CompressionLevel6.type
object CompressionLevel7.type
object CompressionLevel8.type
object DefaultCompression.type
object NoCompression.type
Show all

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class CompressionParameters(level: CompressionLevel, strategy: CompressionStrategy, flushMode: FlushMode)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class CompressionStrategy(val jValue: Int)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DefaultStrategy.type
object Filtered.type
object HuffmanOnly.type

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class FlushMode(val jValue: Int)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FullFlush.type
object NoFlush.type
object SyncFlush.type
object FlushMode

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
FlushMode.type