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 FileConst.NewlineString |
|
Construct a newline using the provided character array Definition at line 685 of file Writer.d. References fmt. |
|
Write this newline through the provided writer. This makes NewlineWriter IWritable compatible. Reimplemented from IWritable. Definition at line 697 of file Writer.d. References fmt, and IWriter::put(). |
|
|