public class NoopCompressor<B> extends Object implements Compressor<B>
| Constructor and Description |
|---|
NoopCompressor() |
| Modifier and Type | Method and Description |
|---|---|
String |
algorithm()
The name of the algorithm used.
|
B |
compress(B uncompressed) |
B |
decompress(B compressed) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnonepublic String algorithm()
CompressorIt's the string that will be used in the STARTUP message. Null or empty means no
compression.
algorithm in interface Compressor<B>public B compress(B uncompressed)
compress in interface Compressor<B>public B decompress(B compressed)
decompress in interface Compressor<B>Copyright © 2017–2019. All rights reserved.