Type: lib.gzip.GzipDecompress
Namespace: lib.gzip
Description
Decompress gzip data. gzip, decompress, bytes
Use cases:
- Restore compressed files
- Read data from gzip archives
- Process network payloads
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| data | Optional[bytes] |
Gzip data to decompress | - |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bytes |
Metadata
Related Nodes
Browse other nodes in the lib.gzip namespace.