Class BufferedWriter

You can use this writer if you don't want to keep the data in memmory It's useful for unit testing. It supports line navigation, with no color The context info might be added in the future, once a good format is found.

class BufferedWriter
  : ReportWriter ;

Fields

NameTypeDescription
buffer stringThe buffer used to write the data

Methods

NameDescription
goTo (y) go uo y lines
hideCursor () does nothing
showCursor () does nothing
width () returns 80
write (text, _param_1)
writeln (text, c)
writeReverse (text, c)

Enums

NameDescription
Context The information type. Convey meaning through color with a handful of emphasis utility classes.