TextWriter.writeLine

Appends the specified line text to the data.

@param line line text to write. Must not contain line breaks Line breaks should be written using writeLineDelimiter() @param lineOffset offset of the line. 0 based from the start of the widget document. Any text occurring before the start offset or after the end offset specified during object creation is ignored. @exception SWTException <ul> <li>ERROR_IO when the writer is closed.</li> </ul>

class TextWriter
void
writeLine
(
String line
,
)

Meta