FastGzipOutputStream

com.netflix.atlas.core.util.FastGzipOutputStream
final class FastGzipOutputStream(out: OutputStream) extends GZIPOutputStream

Wrap GZIPOutputStream to set the best speed compression level.

Attributes

Graph
Supertypes
class GZIPOutputStream
class DeflaterOutputStream
class FilterOutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def close(): Unit

Attributes

Inherited from:
DeflaterOutputStream
def finish(): Unit

Attributes

Inherited from:
GZIPOutputStream
def flush(): Unit

Attributes

Inherited from:
DeflaterOutputStream
def write(x$0: Array[Byte], x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
GZIPOutputStream
def write(x$0: Int): Unit

Attributes

Inherited from:
DeflaterOutputStream
def write(x$0: Array[Byte]): Unit

Attributes

Inherited from:
FilterOutputStream