return the current reading position
| 1457 | |
| 1458 | // return the current reading position |
| 1459 | uint64_t GetPos() { |
| 1460 | return nReadPos; |
| 1461 | } |
| 1462 | |
| 1463 | // rewind to a given reading position |
| 1464 | bool SetPos(uint64_t nPos) { |
no outgoing calls
no test coverage detected