Marine Library  1.0
C++ library for Linux Networking Development
CCompressorZlib Member List

This is the complete list of members for CCompressorZlib, including all inherited members.

CCompressorZlib(int level=Z_DEFAULT_COMPRESSION)CCompressorZlibinline
compress(const std::vector< char > &input, std::vector< char > &output) const (defined in CCompressorZlib)CCompressorZlibinline
compress(const std::vector< signed char > &input, std::vector< signed char > &output) const (defined in CCompressorZlib)CCompressorZlibinline
compress(const std::vector< unsigned char > &input, std::vector< unsigned char > &output) const (defined in CCompressorZlib)CCompressorZlibinline
compress(const std::string &input, std::string &output) const (defined in CCompressorZlib)CCompressorZlibinline
decompress(const std::vector< char > &input, std::vector< char > &output) const (defined in CCompressorZlib)CCompressorZlibinline
decompress(const std::vector< signed char > &input, std::vector< signed char > &output) const (defined in CCompressorZlib)CCompressorZlibinline
decompress(const std::vector< unsigned char > &input, std::vector< unsigned char > &output) const (defined in CCompressorZlib)CCompressorZlibinline
decompress(const std::string &input, std::string &output) const (defined in CCompressorZlib)CCompressorZlibinline
getLevel() const CCompressorZlibinline
setLevel(int lv)CCompressorZlibinline