Creates a readable stream for a file transparently handling gzip decompression when required.
The file is inspected using magic bytes and not the extension to determine whether gzip decompression should be
applied. The returned stream is always a Node Readable suitable for consumption by parsing pipelines.
Creates a readable stream for a file transparently handling gzip decompression when required.
The file is inspected using magic bytes and not the extension to determine whether gzip decompression should be applied. The returned stream is always a Node
Readablesuitable for consumption by parsing pipelines.