| 250 | public: |
| 251 | TextFile() : mFile(INVALID_HANDLE_VALUE) {} |
| 252 | virtual ~TextFile() { FlushWriteBuffer(); _Close(); } |
| 253 | |
| 254 | // Text IO methods from TextStream. |
| 255 | using TextStream::Read; |
nothing calls this directly
no outgoing calls
no test coverage detected