#include <gzfilterstream.h>
Public メソッド | |
gzofilterstream (std::streambuf &dest, int level=gzfilterstreambuf::DEFAULT_COMPRESSION, std::size_t buf_size=8192) | |
constructor with another stream buffer | |
gzofilterstream (std::ostream &dest, int level=gzfilterstreambuf::DEFAULT_COMPRESSION, std::size_t buf_size=8192) | |
constructor with another stream | |
bool | setLevel (const int level) |
change complession level |
rcsc::gzofilterstream::gzofilterstream | ( | std::streambuf & | dest, | |
int | level = gzfilterstreambuf::DEFAULT_COMPRESSION , |
|||
std::size_t | buf_size = 8192 | |||
) | [explicit] |
constructor with another stream buffer
dest | another stream buffer to be filtered | |
level | gzip compression level | |
buf_size | allocated size of internal buffer |
rcsc::gzofilterstream::gzofilterstream | ( | std::ostream & | dest, | |
int | level = gzfilterstreambuf::DEFAULT_COMPRESSION , |
|||
std::size_t | buf_size = 8192 | |||
) | [explicit] |
constructor with another stream
dest | another stream to be filtered | |
level | gzip compression level | |
buf_size | allocated size of internal buffer |
bool rcsc::gzofilterstream::setLevel | ( | const int | level | ) | [inline] |
change complession level
level | new compression level(0-9) |