Uncompress a raw GZIP stream
Value
Named list with three entries:
output
: raw vector, the uncompressed data,bytes_read
: number of bytes used frombuffer
,bytes_written
: number of bytes written to the output buffer.
See also
base::memDecompress()
does the same with type = "gzip"
,
but it does not tell you the number of bytes read from the input.