| 863 | virtual void close() = 0; |
| 864 | virtual bool end() = 0; |
| 865 | virtual long tell() { return -1; } |
| 866 | virtual bool seek(long offset, int whence = SEEK_SET) { return false; } |
| 867 | virtual long size(); |
| 868 | virtual void fflush() {} |
no outgoing calls
no test coverage detected