Classes | |
class | zfilebuf |
Performs operation on compressed files. More... | |
class | zfilestream_common |
Define an interface for compressed file stream manipulation. More... | |
class | zifstream |
Read only zstream. More... | |
class | zofstream |
class | zomanip |
Define a pair func / val to perform manipulation on zofstream. More... | |
Functions | |
template<class T> zofstream & | operator<< (zofstream &s, const zomanip< T > &m) |
Apply a function on s via the operator <<. | |
zofstream & | setcompressionlevel (zofstream &s, int l) |
Set the compression level of s to l. | |
zofstream & | setcompressionstrategy (zofstream &s, int l) |
Set the compression strategy of s to l. | |
zomanip< int > | setcompressionlevel (int l) |
Specialized version for zomanip<int>. | |
zomanip< int > | setcompressionstrategy (int l) |
Specialized version for zomanip<int>. |