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