mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Provides functions for working with raw binary files. More...
Provides functions for working with raw binary files.
Definition in file rawBinary.hpp.
Go to the source code of this file.
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename T > | |
int | mx::ioutils::readRawBinary (T *data, size_t szData, const std::string &fileName) |
Read an array of data from a file as raw binary. More... | |
template<typename T > | |
int | mx::ioutils::writeRawBinary (const std::string &fileName, T *data, size_t szData) |
Write an array of data to file as raw binary. More... | |