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

◆ null()

static null_text_writer & xtd::io::text_writer::null ( )
staticnoexcept

Provides a text_writer with no backing store that can be written to, but not read from.

Remarks
Use null to redirect output to a stream that will not consume any operating system resources.
When the text_writer::write methods are invoked on null, the call simply returns, and no data is actually written to any backing store.