$search
#include <bz2_codec.h>
Public Member Functions | |
BZ2Codec () | |
bool | compress (const boost::shared_array< uint8_t > &buffer, size_t len, BZ2Packet &out) const |
bool | decompress (const BZ2Packet &in, boost::shared_array< uint8_t > &buffer, size_t &len) const |
~BZ2Codec () |
Definition at line 9 of file bz2_codec.h.
bz2_transport::BZ2Codec::BZ2Codec | ( | ) | [inline] |
Definition at line 11 of file bz2_codec.h.
bz2_transport::BZ2Codec::~BZ2Codec | ( | ) | [inline] |
Definition at line 12 of file bz2_codec.h.
bool bz2_transport::BZ2Codec::compress | ( | const boost::shared_array< uint8_t > & | buffer, | |
size_t | len, | |||
BZ2Packet & | out | |||
) | const |
Definition at line 11 of file bz2_codec.cpp.
bool bz2_transport::BZ2Codec::decompress | ( | const BZ2Packet & | in, | |
boost::shared_array< uint8_t > & | buffer, | |||
size_t & | len | |||
) | const |
Definition at line 30 of file bz2_codec.cpp.