gzip_inflate_from_pos: Inflate a gzip stream from a file

Description Usage Arguments Note

View source: R/RcppExports.R

Description

Given a gzip file that was built with concatenated individual gzip streams, this function will expand the contents of the stream into a raw vector and return it.

Usage

1
gzip_inflate_from_pos(path, raw_stream_pos)

Arguments

path

path to gzip individual stream compressed WARC file

raw_stream_pos

position in the raw file at path (not the "gzip stream position")

Note

Since this is working with compressed files, the memory size of the returned value may be quite large.


hrbrmstr/warc documentation built on May 17, 2019, 5:53 p.m.