#include <io_strings.h>
Inheritance diagram for dami::io::BStringWriter:
Public Member Functions | |
BStringWriter (BString &string) | |
virtual | ~BStringWriter () |
void | close () |
Close the writer. | |
void | flush () |
Flush the writer. | |
virtual size_type | writeChars (const char buf[], size_type len) |
size_type | writeChars (const char_type buf[], size_type len) |
pos_type | getCur () |
Return the next position that will be written to. |
Definition at line 209 of file io_strings.h.
|
Definition at line 213 of file io_strings.h. |
|
Definition at line 214 of file io_strings.h. |
|
Close the writer. Any further actions on the writer should fail. Implements ID3_Writer. Definition at line 216 of file io_strings.h. |
|
Flush the writer.
Implements ID3_Writer. Definition at line 217 of file io_strings.h. |
|
Return the next position that will be written to.
Implements ID3_Writer. Definition at line 229 of file io_strings.h. |
|
Definition at line 223 of file io_strings.h. |
|
Definition at line 218 of file io_strings.h. |