StreamWrite

Undocumented in source.

Members

Functions

dedent
void dedent()

Decrease indentation to a minimum of 0. Does not write.

indent
void indent()

Increase indentation. Does not write.

write
void write(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isIndentEnabled
bool isIndentEnabled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

indentLevel
int indentLevel;
Undocumented in source.
indentString
string indentString;

Set this to null to disable indentation, even when indent() is called.

isDirty
bool isDirty;
Undocumented in source.
newLine
string newLine;
Undocumented in source.

Meta