|
sprint 1-alpha
|
#include <bufferize.h>
Public Member Functions | |
| write_buffer (const T &t, int capacity) | |
| bool | good () const |
| the output stream is valid? | |
| bool | write (const unsigned char *ptr, int n) |
| write buffered data. | |
| bool | flush () |
| send buffered data | |
| bool | put (unsigned char c) |
| put a single character inside buffer | |
class used to bufferize output object T must have method T::write(buf, size);
| bool sprint::write_buffer< T >::flush | ( | ) |
send buffered data
affidable writing
1.7.4