]> git.tdb.fi Git - libs/datafile.git/blobdiff - tool/tool.h
Recognize and handle raw data files in the data tool
[libs/datafile.git] / tool / tool.h
index 0333c0d8845594e51e11a25efe23515cff10cd6f..354456ccab4a51276a3176c1a99be92cef0f00f2 100644 (file)
@@ -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 &);
 };