20 #ifndef LIB_INPUT_FILE_HP64K
21 #define LIB_INPUT_FILE_HP64K
74 bool is_binary(
void)
const;
79 unsigned long rec_count;
82 bool read_u16be(uint16_t *dest);
85 bool read_datarec(
record &);
96 enum { need_hdr, need_pir, data } state;
The srecord::record class is used to represent a data record read from a file.