Results for “Std.Compress.Gzip.GzipError”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Compress.Gzip.GzipError
Structured failure conditions encountered during GZIP stream decompression.
- Std.Compress.Gzip.compressChecked
&Bytes -> &Std.Compress.Gzip.GzipConfig -> Result[Bytes, Std.Compress.Gzip.GzipError]Compress bytes using the configured zlib level; checked form exposes host failure.
- Std.Compress.Gzip.decompress
&Bytes -> Result[Bytes, Std.Compress.Gzip.GzipError]Decode one gzip member with a default 64 MiB decompressed output limit.
- Std.Compress.Gzip.decompressText
&Bytes -> Result[Str, Std.Compress.Gzip.GzipError]Decompresses an RFC 1952 GZIP stream and decodes the payload as UTF-8 text.
- Std.Compress.Gzip.decompressWithin
&Bytes -> Int -> Result[Bytes, Std.Compress.Gzip.GzipError]Enforce output admission during inflation, including highly compressible inputs.
