| 53 | void Init(Archive *Arc,bool WriteMode); |
| 54 | void Load(uint64 BlockPos); |
| 55 | void Unload() { Loaded=false; } |
| 56 | bool Read(void *Data,size_t Size,size_t &Result); |
| 57 | bool Seek(int64 Offset,int Method); |
| 58 | bool Tell(int64 *Pos); |
no outgoing calls
no test coverage detected