read character from binary
read_character(raw, cursor, n = 1L, n_char, encoding = "latin1")raw vector
offset
number of elements
integer with number of desired characters to read from raw
encoding to assign character strings that are read. Default
is "latin1"., which will use Windows Latin 1 (ANSI) encoding. This is
how Bruker software OPUS is assumed to commonly store strings.