Overload List
| Name | Description | |
|---|---|---|
| CompressString(String) | Compresses the String value, with default BEST_COMPRESSION level | |
| CompressString(String, Int32) | Compresses the String value using the specified
compressionLevel (constants are defined in
java.util.zip.Deflater).
|