X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=tool%2Ftool.h;fp=tool%2Ftool.h;h=354456ccab4a51276a3176c1a99be92cef0f00f2;hp=0333c0d8845594e51e11a25efe23515cff10cd6f;hb=83971ed7f55794a61e1d249c59867184a6eb97ba;hpb=52fb63aded47733fa67e871ce0bd360b9eea7468 diff --git a/tool/tool.h b/tool/tool.h index 0333c0d..354456c 100644 --- a/tool/tool.h +++ b/tool/tool.h @@ -34,6 +34,7 @@ private: Msp::IO::Base *open_output(const std::string &); Msp::IO::Base *open_input(const std::string &); public: + bool is_compressed() const { return compress; } Msp::DataFile::Writer *create_writer(Msp::IO::Base &); };