zio.stream.compression

Members list

Concise view

Type members

Classlikes

Signals that exception occurred in compression/decompression

Signals that exception occurred in compression/decompression

Attributes

Companion:
object
Graph
Supertypes
class Exception
class Throwable
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Graph
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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type