case object PACK200 extends StreamGenerator with Product with Serializable
- Source
- compress.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PACK200
- Serializable
- Product
- Equals
- StreamGenerator
- IOGenerator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(jos: OutputStream): Output
- Definition Classes
- PACK200 → IOGenerator
- def apply(jis: InputStream): Input
- Definition Classes
- PACK200 → IOGenerator
- def apply(out: Output): Output
- Definition Classes
- StreamGenerator → IOGenerator
- def apply(in: Input): Input
- Definition Classes
- StreamGenerator → IOGenerator
- def apply(string: String, charset: Charset = UTF_8): Input
- Definition Classes
- StreamGenerator
- def apply(bytes: Array[Byte]): Input
- Definition Classes
- StreamGenerator
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canGenerate(file: File): Boolean
- Definition Classes
- IOGenerator
- def canRead(file: File): Boolean
- Definition Classes
- IOGenerator
- def canWrite: Boolean
- Definition Classes
- PACK200 → IOGenerator
- def canWrite(file: File): Boolean
- Definition Classes
- IOGenerator
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val exts: List[String]
- Definition Classes
- PACK200 → IOGenerator
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()