|
ldas-tools-framecpp 3.0.4
|
#include <boost/shared_array.hpp>
Namespaces | |
| namespace | FrameCPP |
| I/O library for implementing the LIGO/Virgo frame specification. | |
| namespace | FrameCPP::Compression |
| Routines related to compression algorithems. | |
| namespace | FrameCPP::Compression::GZip |
| Routines related to the gzip compression algorith. | |
Functions | |
| void | FrameCPP::Compression::GZip::Compress (const CHAR_U *DataIn, INT_8U NBytesIn, size_t Level, boost::shared_array< CHAR_U > &DataOut, INT_8U &NBytesOut) |
| Compress the data with GZip. | |
| void | FrameCPP::Compression::GZip::Expand (const CHAR_U *DataIn, INT_8U NBytesIn, boost::shared_array< CHAR_U > &DataOut, INT_8U &NBytesOut) |
| Expand the data with GZip. | |