| 52 | }; |
| 53 | |
| 54 | TextStream() |
| 55 | : mFlags(0), mCodePage(-1), mLength(0), mBuffer(NULL), mPos(NULL), mLastRead(0) |
| 56 | { |
| 57 | SetCodePage(CP_ACP); |
| 58 | } |
| 59 | virtual ~TextStream() |
| 60 | { |
| 61 | if (mBuffer) |
nothing calls this directly
no outgoing calls
no test coverage detected