Type: lib.zlib.Decompress
Namespace: lib.zlib
Description
Decompress zlib-compressed binary data. zlib, decompress, inflate, binary
Use cases:
- Restore compressed payloads
- Read previously compressed files
- Handle zlib streams from external services
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| data | bytes |
Data to decompress | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bytes |
Metadata
Related Nodes
Browse other nodes in the lib.zlib namespace.