B - the binary representation to compress.public interface Compressor<B>
| Modifier and Type | Method and Description |
|---|---|
String |
algorithm()
The name of the algorithm used.
|
B |
compress(B uncompressed) |
B |
decompress(B compressed) |
static <B> Compressor<B> |
none() |
Copyright © 2017–2020. All rights reserved.