gz_seek: Sets the starting position for the next 'gz_read()' or...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Sets the starting position for the next gz_read() or gz_write()

Usage

1

Arguments

gzfile

file handle

offset

represents a number of bytes in the uncompressed data stream

from

either "start" or "current"

Value

the resulting offset location as measured in bytes from the beginning of the uncompressed stream, or <e2><80><93>1 in case of error, in particular if the file is opened for writing and the new starting position would be before the current position.


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