mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
rawBinary.hpp File Reference

Provides functions for working with raw binary files. More...

Provides functions for working with raw binary files.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

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...