expand: Expand a compressed raw buffer

Description Usage Arguments Note

View source: R/utils.r

Description

Expand a compressed raw buffer

Usage

1
expand(buffer, size = length(buffer) * 20)

Arguments

buffer

gz compressed buffer to expand

size

estimated size of the inflated buffer

Note

Guess size well since this will fail if size is not large enough to hold the uncompressed output.


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