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 StringCompressor
IOException
public String decompress(String stringAnnoted) throws IOException
decompress
in interface StringCompressor
IOException
Copyright © 2016. All Rights Reserved.