| 312 | |
| 313 | |
| 314 | int Archive::Read(void *Data,size_t Size) |
| 315 | { |
| 316 | size_t Result; |
| 317 | if (QOpen.Read(Data,Size,Result)) |
| 318 | return (int)Result; |
| 319 | return File::Read(Data,Size); |
| 320 | } |
| 321 | |
| 322 | |
| 323 | void Archive::Seek(int64 Offset,int Method) |
nothing calls this directly
no outgoing calls
no test coverage detected