/**
@class wxTextInputStream
- @wxheader{txtstrm.h}
This class provides functions that reads text data using an input stream,
allowing you to read text, floats, and integers.
/**
@class wxTextOutputStream
- @wxheader{txtstrm.h}
This class provides functions that write text data using an output stream,
allowing you to write text, floats, and integers.
Also calls Flush().
*/
- ~wxTextOutputStream();
+ virtual ~wxTextOutputStream();
/**
Flushes the stream.