public class DeflateCompressor$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DeflateCompressor$ |
MODULE$
Deprecated.
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
DeflateCompressor$()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultCompressionLevel()
Deprecated.
|
akka.util.ByteString |
drainDeflater(java.util.zip.Deflater deflater,
byte[] buffer,
akka.util.ByteStringBuilder result)
Deprecated.
|
int |
MinBufferSize()
Deprecated.
|
public static final DeflateCompressor$ MODULE$