xtd
0.2.0
Loading...
Searching...
No Matches
◆
null()
static
null_text_writer
& xtd::io::text_writer::null
(
)
static
noexcept
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.
xtd
io
text_writer
Generated on Sat Sep 14 2024 21:25:31 for xtd by
Gammasoft
. All rights reserved.