compression icon indicating copy to clipboard operation
compression copied to clipboard

Support for decompressing multi-member gzip files?

Open ikreymer opened this issue 4 years ago • 2 comments
trafficstars

The GZIP spec includes support for one or more members (A gzip file consists of a series of "members" (compressed data sets). but this spec currently states A gzip stream may only contain one "member"..

This is a request to be able to support decompressing multi-member gzip files to support use cases that depend on multi-member gzip (such as parsing ISO WARC).

Alternatively, if a way to get the unused data as in #39 would allow the developer to implement this manually, those ideal solution for my use case be native support for a multi-member DecompressionStream.

Could provide a proposed spec if there would be interest..

ikreymer avatar Nov 15 '21 20:11 ikreymer

Interesting! I didn't know there was demand for this. I can't commit to implementing it, but I would like to see your proposed spec.

ricea avatar Nov 16 '21 08:11 ricea