Inheritance diagram for NewlineWriter:
Public Member Functions | |
this () | |
this (char[] fmt) | |
void | write (IWriter w) |
Private Attributes | |
char[] | fmt |
|
Construct a default newline, using the char[] defined by FileSystem.NewlineString Definition at line 696 of file AbstractWriter.d. |
|
Construct a newline using the provided character array Definition at line 707 of file AbstractWriter.d. References fmt. |
|
Write this newline through the provided writer. This makes NewlineWriter IWritable compatible. Reimplemented from IWritable. Definition at line 719 of file AbstractWriter.d. References fmt, and IWriter::put(). |
|
Definition at line 687 of file AbstractWriter.d. |