c

java.util.zip

GZIPOutputStream

class GZIPOutputStream extends DeflaterOutputStream

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GZIPOutputStream
  2. DeflaterOutputStream
  3. FilterOutputStream
  4. OutputStream
  5. Flushable
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GZIPOutputStream(out: OutputStream)
  2. new GZIPOutputStream(out: OutputStream, size: Int)
  3. new GZIPOutputStream(out: OutputStream, syncFlush: Boolean)
  4. new GZIPOutputStream(out: OutputStream, size: Int, syncFlush: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var buf: Array[Byte]
    Attributes
    protected
    Definition Classes
    DeflaterOutputStream
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def close(): Unit
  8. var crc: CRC32
    Attributes
    protected
  9. var def: Deflater
    Attributes
    protected
    Definition Classes
    DeflaterOutputStream
  10. def deflate(): Unit
    Attributes
    protected
    Definition Classes
    DeflaterOutputStream
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def finish(): Unit
  15. def flush(): Unit
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. var out: OutputStream
    Attributes
    protected
    Definition Classes
    FilterOutputStream
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. def write(buffer: Array[Byte], off: Int, nbytes: Int): Unit
  29. def write(i: Int): Unit
  30. def write(b: Array[Byte]): Unit
    Definition Classes
    FilterOutputStreamOutputStream

Inherited from DeflaterOutputStream

Inherited from FilterOutputStream

Inherited from OutputStream

Inherited from Flushable

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped