public interface StringCompressor
Modifier and Type | Method and Description |
---|---|
String |
compress(String s) |
String |
decompress(String compressed) |
String compress(String s) throws IOException
IOException
String decompress(String compressed) throws IOException
IOException
Copyright © 2017. All Rights Reserved.