| 347 | Status ReadableFile::DoSeek(int64_t pos) { return impl_->Seek(pos); } |
| 348 | |
| 349 | int ReadableFile::file_descriptor() const { return impl_->fd(); } |
| 350 | |
| 351 | // ---------------------------------------------------------------------- |
| 352 | // FileOutputStream |