The length of the in-memory data written to disk in bytes, before any compression.
| 728 | |
| 729 | /// The length of the in-memory data written to disk in bytes, before any compression. |
| 730 | int64_t data_len() const { return data_len_; } |
| 731 | |
| 732 | /// The size of the data on disk (after compression) in bytes. Only valid to call if |
| 733 | /// Write() succeeds. |
no outgoing calls