19#ifndef SRECORD_INPUT_FILE_BINARY_H
20#define SRECORD_INPUT_FILE_BINARY_H
30class input_file_binary:
67 input_file_binary(
const std::string &file_name);
73 unsigned long address;
76 bool is_binary(
void)
const;
86 input_file_binary(
const input_file_binary &);
91 input_file_binary &operator=(
const input_file_binary &);
The srecord::record class is used to represent a data record read from a file.