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

◆ peek()

int32 xtd::io::string_reader::peek ( ) const
overridevirtual

Reads the next character without changing the state of the reader or the character source. Returns the next available character without actually reading it from the input stream.

Returns
An integer representing the next character to be read, or EOF if no more characters are available or the stream does not support seeking.

Reimplemented from xtd::io::text_reader.