| 162 | } |
| 163 | |
| 164 | bool Writer::Close() |
| 165 | { |
| 166 | return impl_->Close(); |
| 167 | } |
| 168 | |
| 169 | int64_t Writer::WriteImage2DData( Image2D &image2DHeader, Image2DType imageType, |
| 170 | Image2DProjection imageProjection, int64_t startPos, |
nothing calls this directly
no outgoing calls
no test coverage detected