/**
)
Constructs a text stream associated to the given input stream.
-
+
@param stream
The underlying input stream.
@param sep
wxString ReadLine();
/**
- @b NB: This method is deprecated, use ReadLine()
+ @note This method is deprecated, use ReadLine()
or ReadWord() instead.
Same as ReadLine().
*/
/**
Reads a word (a sequence of characters until the next separator) from the
input stream.
-
+
@see SetStringSeparators()
*/
wxString ReadWord();
/**
)
Constructs a text stream object associated to the given output stream.
-
+
@param stream
The output stream.
@param mode