| 105 | uint64_t Size() const { return m_p->Size(); } |
| 106 | |
| 107 | void Read(uint64_t pos, void * p, size_t size) const { m_p->Read(pos, p, size); } |
| 108 | |
| 109 | void ReadAsString(std::string & s) const { m_p->ReadAsString(s); } |
| 110 |
no outgoing calls
no test coverage detected