ldas-tools-framecpp  2.5.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
CompressionGZip.hh File Reference
#include "ldastoolsal/autoarray.hh"

Namespaces

 FrameCPP
 I/O library for implementing the LIGO/Virgo frame specification.
 
 FrameCPP::Compression
 Routines related to compression algorithems.
 
 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, LDASTools::AL::AutoArray< CHAR_U > &DataOut, INT_8U &NBytesOut)
 Compress the data with GZip. More...
 
void FrameCPP::Compression::GZip::Expand (const CHAR_U *DataIn, INT_8U NBytesIn, LDASTools::AL::AutoArray< CHAR_U > &DataOut, INT_8U &NBytesOut)
 Expand the data with GZip. More...