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

◆ end_of_stream()

bool xtd::io::stream_reader::end_of_stream ( ) const

Gets a value that indicates whether the current stream position is at the end of the stream.

Returns
true if the current stream position is at the end of the stream; otherwise false.
Examples
file_info_move_to.cpp, and test_forms.cpp.