OTest2
A C++ testing framework
|
Bzip2 output stream. More...
#include <bzip2ostream.h>
Classes | |
class | Buffer |
Public Member Functions | |
Bzip2OStream (std::ostream *decorated_) | |
Ctor. More... | |
virtual | ~Bzip2OStream () |
Dtor. More... | |
Bzip2OStream (const Bzip2OStream &)=delete | |
Bzip2OStream & | operator= (const Bzip2OStream &)=delete |
void | finish () |
Finish the compressed stream. More... | |
Bzip2 output stream.
Definition at line 30 of file bzip2ostream.h.
|
explicit |
Ctor.
decorated_ | A decorated output stream (the compressed data are written into) |
Definition at line 148 of file bzip2ostream.cpp.
|
virtual |
Dtor.
Definition at line 154 of file bzip2ostream.cpp.
|
delete |
void OTest2::Bzip2OStream::finish | ( | ) |
Finish the compressed stream.
The stream finishes the opened compressing sequence. The stream can be re-used after calling of this method.
Definition at line 158 of file bzip2ostream.cpp.
|
delete |