public class StringCompressorNone extends Object implements StringCompressor
| Constructor and Description |
|---|
StringCompressorNone() |
| Modifier and Type | Method and Description |
|---|---|
String |
compress(String s) |
String |
decompress(String stringAnnoted) |
public String compress(String s) throws IOException
compress in interface StringCompressorIOExceptionpublic String decompress(String stringAnnoted) throws IOException
decompress in interface StringCompressorIOExceptionCopyright © 2017. All rights reserved.