OutputStreamWriter
public protocol OutputStreamWriter : Writer
A higher level Writer interface that specifically writes to
an OutputStream
and it’s output format can be controlled
by an OutputStreamFormatter
.
See also
OutputStreamFormatter
for more information about formatters for the output.
See also
ConsoleWriter
for an example implementation.
See also
FileWriter
for an example implementation.
-
OutputStreamFormatter
being used for formating output.Declaration
Swift
var format: OutputStreamFormatter { get }