Error is shared among all ChunkBuffers of a KeyReader.
| 183 | |
| 184 | // Error is shared among all ChunkBuffers of a KeyReader. |
| 185 | bool isError() { |
| 186 | return this->sharedKeyReader.isSharedError(); |
| 187 | } |
| 188 | |
| 189 | uint64_t read(char* buf, uint64_t len); |
| 190 | uint64_t fill(); |
no test coverage detected