Current file size (bytes written to disk).
(&self)
| 381 | |
| 382 | /// Current file size (bytes written to disk). |
| 383 | pub fn file_offset(&self) -> u64 { |
| 384 | self.file_offset |
| 385 | } |
| 386 | |
| 387 | /// Flush the aligned buffer to the file. |
| 388 | fn flush_buffer(&mut self) -> Result<()> { |