public class CompressedItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
compressed |
| Constructor and Description |
|---|
CompressedItem(String start) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compress(String str) |
String |
decompress() |
static String |
decompress(byte[] compressed) |
String |
toString() |
public CompressedItem(String start) throws IOException
IOExceptionpublic static byte[] compress(String str) throws IOException
IOExceptionpublic static String decompress(byte[] compressed) throws IOException
IOExceptionpublic String decompress() throws IOException
IOExceptionCopyright © 2017. All rights reserved.