X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Foutput.h;h=13dc829adaf7d3968f5f0ac78b60387e7b5db418;hb=4edbe0eb078c4e480682862ccb68ebc8cb284045;hp=453260e340a78c46b78eec67b8ec14dd307bef03;hpb=8e3fad222e174b7c659fd3d994d54314657ed989;p=libs%2Fdatafile.git diff --git a/source/output.h b/source/output.h index 453260e..13dc829 100644 --- a/source/output.h +++ b/source/output.h @@ -10,9 +10,13 @@ class Output { private: IO::Base *out; + IO::Base *compressed; public: Output(IO::Base &); + ~Output(); + + void set_compressed(); unsigned put(char); unsigned write(const std::string &);