Class OutputLineStream

Text file writer which supports different text file formats

Inherits from

  • Object (base class)

Constructors

Name Description
this create

Fields

Name Type Description
MAX_BUFFER_SIZE immutable(int)
_buf char[]
_filename string
_firstLine bool
_format TextFileFormat
_len int
_stream OutputStream

Methods

Name Description
close close stream
writeLine write single line
convertAndWrite convert character encoding and write to output stream
flush

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0