Reads binary data from a stream into std::vector<double>, stops when there is no more data in the stream. More...
#include <helpers.h>

Public Member Functions | |
| Raw_Data_Reader (std::vector< double > &result_list, File_Stream< char > &data_file, int chunk_size=2048) | |
| Constructor. | |
| int | read_data () |
| Reads data into result_list provided on construction. | |
Reads binary data from a stream into std::vector<double>, stops when there is no more data in the stream.