save.filepart: Read part of binary file and save as new file.

Description Usage Arguments

View source: R/read_wad.R

Description

Read part of binary file and save as new file.

Usage

1
save.filepart(infile, read_from, read_len, outfile)

Arguments

infile

for input file, part of it gets read.

read_from

integer, index at which to start reading, from start of file. Used to seek to the position.

read_len

integer, the number of bytes to read.

outfile

character string, the output filename.


wal documentation built on Jan. 17, 2021, 5:10 p.m.