Class OutputLineStream

Text file writer which supports different text file formats

class OutputLineStream

Constructors

NameDescription
this (stream, filename, format) Create

Methods

NameDescription
close () Close stream
writeLine (line) Write single line
convertAndWrite (s) Convert character encoding and write to output stream
flush ()