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 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

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 Filtered
object HuffmanOnly

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
object NoFlush
object SyncFlush
object FlushMode

Attributes

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