public static String unzip(String zipped) throws IOException
zipped - the zipped StringStringIOException - if the String could not be de-compressedpublic static String zip(String original) throws IOException
String.original - the original StringStringIOException - if the String could not be compressed