! writes the content of the data source \c dataSource to the file \c fileName. */
| 69 | writes the content of the data source \c dataSource to the file \c fileName. |
| 70 | */ |
| 71 | void McapFilter::write(const QString& fileName, AbstractDataSource* dataSource) { |
| 72 | d->write(fileName, dataSource); |
| 73 | } |
| 74 | |
| 75 | void McapFilter::writeWithOptions(const QString& fileName, AbstractDataSource* dataSource, int compressionMode, int compressionLevel) { |
| 76 | d->writeWithOptions(fileName, dataSource, compressionMode, compressionLevel); |