public class NoCodingCompressor$ extends Compressor
| Modifier and Type | Field and Description | 
|---|---|
| static NoCodingCompressor$ | MODULE$Deprecated.  Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| NoCodingCompressor$()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.pekko.util.ByteString | compress(org.apache.pekko.util.ByteString input)Deprecated.  Compresses the given input and returns compressed data. | 
| org.apache.pekko.util.ByteString | compressAndFinish(org.apache.pekko.util.ByteString input)Deprecated.  Combines `compress` + `finish` | 
| org.apache.pekko.util.ByteString | compressAndFlush(org.apache.pekko.util.ByteString input)Deprecated.  Combines `compress` + `flush` | 
| org.apache.pekko.util.ByteString | finish()Deprecated.  Closes this compressed stream and return the remaining compressed data. | 
| org.apache.pekko.util.ByteString | flush()Deprecated.  Flushes any output data and returns the currently remaining compressed data. | 
public static final NoCodingCompressor$ MODULE$
public org.apache.pekko.util.ByteString compress(org.apache.pekko.util.ByteString input)
Compressorflush or compressAndFlush to make sure that all input data has been
 compressed and pending output data has been returned.compress in class Compressorinput - (undocumented)public org.apache.pekko.util.ByteString flush()
Compressorflush in class Compressorpublic org.apache.pekko.util.ByteString finish()
Compressorfinish in class Compressorpublic org.apache.pekko.util.ByteString compressAndFlush(org.apache.pekko.util.ByteString input)
CompressorcompressAndFlush in class Compressorpublic org.apache.pekko.util.ByteString compressAndFinish(org.apache.pekko.util.ByteString input)
CompressorcompressAndFinish in class Compressor