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

View source: R/read_wad.R

save.filepartR Documentation

Read part of binary file and save as new file.

Description

Read part of binary file and save as new file.

Usage

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.


dfsp-spirit/wal documentation built on Feb. 5, 2024, 1:59 p.m.