#include <TestRunnerFrame.h>
Inheritance diagram for acdk::tools::aunit::guitestrunner::BufferedCharWriter:
Public Member Functions | |
BufferedCharWriter () | |
void | writeChar (char c) |
write a single ASCII 7 bit character | |
void | writeChar (ucchar c) |
write a single unicode character | |
void | writeString (IN(RString) str) |
write a string | |
RString | fetchBuffer () |
void | flush () |
flush the writer | |
void | close () |
close the writer | |
Public Attributes | |
StringBuffer | _buffer |
|
|
|
close the writer
Implements acdk::io::CharWriter. |
|
|
|
flush the writer
Implements acdk::io::CharWriter. |
|
write a single unicode character
Implements acdk::io::CharWriter. |
|
write a single ASCII 7 bit character
Implements acdk::io::CharWriter. |
|
write a string
Implements acdk::io::CharWriter. |
|
|