| 109 | return this->SetUseCompression(true); |
| 110 | } |
| 111 | void |
| 112 | UseCompressionOff() |
| 113 | { |
| 114 | return this->SetUseCompression(false); |
| 115 | } |
| 116 | /** @} */ |
| 117 | |
| 118 | /** \brief A hint for the amount of compression to be applied during writing. |
nothing calls this directly
no test coverage detected