* \returns The total number of characters read from * this stream. */
| 53 | * this stream. |
| 54 | */ |
| 55 | inline ui64 Counter() const noexcept { |
| 56 | return Count_; |
| 57 | } |
| 58 | |
| 59 | private: |
| 60 | size_t DoRead(void* buf, size_t len) override; |
no outgoing calls
no test coverage detected