public interface StringCompressor
| Modifier and Type | Method and Description |
|---|---|
String |
compress(String s) |
String |
decompress(String compressed) |
String compress(String s) throws IOException
IOExceptionString decompress(String compressed) throws IOException
IOExceptionCopyright © 2017. All rights reserved.