An OutputStream wrapper that buffers its output to reduce the number of OutputStream::Write() calls.
More...
#include <BufferedOutputStream.hxx>
An OutputStream wrapper that buffers its output to reduce the number of OutputStream::Write() calls.
All wchar_t based strings are converted to UTF-8.
Definition at line 41 of file BufferedOutputStream.hxx.
BufferedOutputStream::BufferedOutputStream |
( |
OutputStream & |
_os | ) |
|
|
inlineexplicit |
void BufferedOutputStream::Flush |
( |
| ) |
|
BufferedOutputStream::gcc_printf |
( |
2 |
, |
|
|
3 |
|
|
) |
| const |
void BufferedOutputStream::Write |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
void BufferedOutputStream::Write |
( |
const char & |
ch | ) |
|
|
inline |
void BufferedOutputStream::Write |
( |
const char * |
p | ) |
|
The documentation for this class was generated from the following file: