| 993 | } |
| 994 | |
| 995 | void ShrinkToFit() { |
| 996 | if (!Handle_.ShrinkToFit()) { |
| 997 | ythrow TFileError() << "can't shrink " << FileName_.Quote() << " to logical size"; |
| 998 | } |
| 999 | } |
| 1000 | |
| 1001 | void Flush() { |
| 1002 | if (!Handle_.Flush()) { |
nothing calls this directly
no test coverage detected