| 33 | void SetPos(size_t Pos) {ReadPos=Pos;} |
| 34 | void Skip(size_t Size) {ReadPos+=Size;} |
| 35 | void Rewind() {SetPos(0);} |
| 36 | void SetCrypt(CryptData *Crypt) {RawRead::Crypt=Crypt;} |
| 37 | }; |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected