CompressionLevel

zio.stream.compression.CompressionLevel
See theCompressionLevel companion object
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
Show all

Members list

Value members

Concrete fields

val jValue: Int