| 49 | } |
| 50 | |
| 51 | size_t bytesWritten() const override { |
| 52 | return static_cast<size_t>(ftell(file)); |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Flushes the data in the buffer to the target storage. Note that the data is not guaranteed to |
nothing calls this directly
no outgoing calls
no test coverage detected