xtd 0.2.0
Loading...
Searching...
No Matches

◆ read() [1/2]

virtual int32 xtd::io::text_reader::read ( )
virtual

Reads the next character from the input stream and advances the character position by one character.

Returns
The next character from the input stream, or EOF if no more characters are available.

Reimplemented in xtd::io::stream_reader, xtd::io::string_reader, xtd::io::null_text_reader, and xtd::io::synchronized_text_reader.