ZLIB compression
Anatomy
<encode:zlib var="var" level="-1">
string
</encode:zlib>
Description: ENCODE:ZLIB compresses a value to ZLIB data format according to RFC 1950.
ENCODE:ZLIB is the complement of the DECODE:ZLIB operation.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | encode:zlib |
| level | int | Compression level | encode:zlib |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |