Methods | |
close | Source Codeshared formal void close() Close this See also destroy() |
destroy | Source Codeshared actual void destroy(Throwable? exception) Closes this Refines Destroyable.destroy |
flush | Source Codeshared formal void flush() Flush all written text to the underlying file system. |
write | Source Codeshared formal void write(String string) Write text to the file. |
writeBytes | Source Codeshared formal void writeBytes({Byte*} bytes) Write the given bytes to the file. |
writeLine | Source Codeshared formal void writeLine(String line = "") Write a line of text to the file. Parameters:
|
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Destroyable |