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