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.
Fields
Name | Type | Description |
---|---|---|
buffer
|
string | The buffer used to write the data |
Methods
Name | Description |
---|---|
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
Name | Description |
---|---|
Context
|
The information type. Convey meaning through color with a handful of emphasis utility classes. |