| 225 | // FIXME: let the caller pass in where to write the data. |
| 226 | Future<Standalone<StringRef>> read(int file, int page, int nPages) { return read(this, file, page, nPages); } |
| 227 | Future<Standalone<StringRef>> readNextPage() { return readNextPage(this); } |
| 228 | Future<Void> truncateBeforeLastReadPage() { return truncateBeforeLastReadPage(this); } |
| 229 | |
| 230 | Future<Void> getError() { return onError; } |
no test coverage detected