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

◆ stream_reader() [1/2]

xtd::io::stream_reader::stream_reader ( const xtd::ustring path)
explicit

Initializes a new instance of the stream_reader class for the specified file name.

Parameters
pathThe complete file path to be read.
Exceptions
xtd::argument_exceptionpath is a zero-length string, contains only white space, or contains one or more invalid characters as defined by xtd::io::path::invalid_path_chars.