Constructor
new LZW()
Methods
(static) compress(str) → {string}
Compresses the specified uncompressed string.
Parameters:
| Name | Type | Description |
|---|---|---|
str |
string |
Returns:
- Type
- string
(static) decompress(str) → {string}
Decompresses the specified compressed string.
Parameters:
| Name | Type | Description |
|---|---|---|
str |
string |
Returns:
- Type
- string