// returns EOT (\4) if there is a stream error, or end of file
wxChar NextChar(); // this should be used instead of GetC() because of Unicode issues
wxChar NextNonSeparators();
+
+ DECLARE_NO_COPY_CLASS(wxTextInputStream)
};
typedef enum
wxMBConv &m_conv;
#endif
+ DECLARE_NO_COPY_CLASS(wxTextOutputStream)
};
#endif