\brief Append 'data' to the file.
| 291 | #if defined(PLATFORM_GOOGLE) |
| 292 | // \brief Append 'data' to the file. |
| 293 | virtual Status Append(const absl::Cord& cord) { |
| 294 | return errors::Unimplemented("Append(absl::Cord) is not implemented"); |
| 295 | } |
| 296 | #endif |
| 297 | |
| 298 | /// \brief Close the file. |