#include <ZipOutputStream.h>
Definition at line 18 of file ZipOutputStream.h.
cheprep::ZipOutputStream::ZipOutputStream |
( |
std::ostream & |
os | ) |
|
Definition at line 16 of file ZipOutputStream.cc.
17 buffer =
new ZipOutputStreamBuffer(os.rdbuf());
cheprep::ZipOutputStream::~ZipOutputStream |
( |
| ) |
|
|
virtual |
void cheprep::ZipOutputStream::close |
( |
| ) |
|
void cheprep::ZipOutputStream::closeEntry |
( |
| ) |
|
void cheprep::ZipOutputStream::putNextEntry |
( |
const std::string & |
name, |
|
|
bool |
compress |
|
) |
| |
Definition at line 31 of file ZipOutputStream.cc.
void putNextEntry(const std::string &name, bool compress)
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
void cheprep::ZipOutputStream::setComment |
( |
const std::string & |
comment | ) |
|
The documentation for this class was generated from the following files: