map_binary_structure: Map isodat file binary structure.

Description Usage Arguments

Description

Map out binary structure for easy visualization (used mostly for error messages and debugging). See the development vignette for details and example application.

Usage

1
2
3
4
5
6
map_binary_structure(
  bfile,
  length = 100,
  start = bfile$pos,
  ctrl_blocks = get_ctrl_blocks_config()
)

Arguments

bfile

the binary file, stored in each iso_file under $binary if (and only if) the file was read with iso_turn_debug_on activated before.

length

how many bytes to map

start

at which byte position to start mapping (index 1 based)

ctrl_blocks

named list of block patterns with size, regexp and [optional] replace function


isoreader documentation built on Nov. 19, 2021, 1:07 a.m.