| 143 | } |
| 144 | |
| 145 | void MzMLFile::store(const String& filename, const PeakMap& map) const |
| 146 | { |
| 147 | Internal::MzMLHandler handler(map, filename, getVersion(), *this); |
| 148 | handler.setOptions(options_); |
| 149 | save_(filename, &handler); |
| 150 | } |
| 151 | |
| 152 | void MzMLFile::storeBuffer(std::string& output, const PeakMap& map) const |
| 153 | { |