| 245 | Status BufferedOutputStream::Flush() { return impl_->Flush(); } |
| 246 | |
| 247 | std::shared_ptr<OutputStream> BufferedOutputStream::raw() const { return impl_->raw(); } |
| 248 | |
| 249 | // ---------------------------------------------------------------------- |
| 250 | // BufferedInputStream implementation |
no outgoing calls