Attributes inherited from class: Object |
---|
string |
Methods | |
---|---|
Modifier and Type | Method and Description |
shared actual Void | close(Exception? exception) |
shared formal Void | destroy() Destroy this See also: close |
shared formal Void | flush() Flush all written text to the underlying file system. |
shared actual Void | open() |
shared formal Void | write(String string) Write text to the file. |
shared formal Void | writeLine(String line) Write a line of text to the file. |