| 378 | void Init(size_t WinSize,bool Solid); |
| 379 | void DoUnpack(uint Method,bool Solid); |
| 380 | bool IsFileExtracted() {return(FileExtracted);} |
| 381 | void SetDestSize(int64 DestSize) {DestUnpSize=DestSize;FileExtracted=false;} |
| 382 | void SetSuspended(bool Suspended) {Unpack::Suspended=Suspended;} |
| 383 |
nothing calls this directly
no outgoing calls
no test coverage detected