read_hex_block: Read a block of data of specified size

Description Usage Arguments Value

View source: R/hex.R

Description

Read a block of binary data of a specified size starting at a given offset.

Usage

1
read_hex_block(path, size = 16, offset)

Arguments

path

File path.

size

Number of bytes.

offset

Integer or character string representing a hexadecimal number to set the initial position of binary file connection.

Value

Vector of type 'raw'.


andbamp/hexutils documentation built on Dec. 19, 2021, 2:34 a.m.