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)
Compressor
flush
or compressAndFlush
to make sure that all input data has been
compressed and pending output data has been returned.compress
in class Compressor
input
- (undocumented)public org.apache.pekko.util.ByteString flush()
Compressor
flush
in class Compressor
public org.apache.pekko.util.ByteString finish()
Compressor
finish
in class Compressor
public org.apache.pekko.util.ByteString compressAndFlush(org.apache.pekko.util.ByteString input)
Compressor
compressAndFlush
in class Compressor
public org.apache.pekko.util.ByteString compressAndFinish(org.apache.pekko.util.ByteString input)
Compressor
compressAndFinish
in class Compressor