Compression adapter for Lzf
Class constructor
| Parameters: | null – |
|---|---|
| Throws ExceptionExtensionNotLoadedException: | |
| if lzf extension missing | |
Compresses the given content
| Parameters: | string – |
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException if error occurs during compression |
Decompresses the given content
| Parameters: | string – |
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException if error occurs during decompression |