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 682 of file Writer.d. References fmt. |
|
Write this newline through the provided writer. This makes NewlineWriter IWritable compatible. Reimplemented from IPhantomWriter. Definition at line 694 of file Writer.d. References fmt, and IWriter::put(). |
|
|