Packages

object CompressionLevel

Source
CompressionParameters.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompressionLevel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object BestCompression extends CompressionLevel with Product with Serializable
  2. case object BestSpeed extends CompressionLevel with Product with Serializable
  3. case object CompressionLevel2 extends CompressionLevel with Product with Serializable
  4. case object CompressionLevel3 extends CompressionLevel with Product with Serializable
  5. case object CompressionLevel4 extends CompressionLevel with Product with Serializable
  6. case object CompressionLevel5 extends CompressionLevel with Product with Serializable
  7. case object CompressionLevel6 extends CompressionLevel with Product with Serializable
  8. case object CompressionLevel7 extends CompressionLevel with Product with Serializable
  9. case object CompressionLevel8 extends CompressionLevel with Product with Serializable
  10. case object DefaultCompression extends CompressionLevel with Product with Serializable
  11. case object NoCompression extends CompressionLevel with Product with Serializable