#include <writers.h>
Inheritance diagram for ID3_IOStreamWriter:

Public Member Functions | |
| ID3_IOStreamWriter (iostream &writer) | |
| virtual | ~ID3_IOStreamWriter () |
| virtual void | close () |
| Close the writer. | |
| virtual void | flush () |
| Flush the writer. | |
| virtual int_type | writeChar (char_type ch) |
| virtual size_type | writeChars (const char buf[], size_type len) |
Write up to len chars into buf and advance the internal position accordingly. | |
| virtual size_type | writeChars (const char_type buf[], size_type len) |
| virtual pos_type | getBeg () |
| Return the beginning position in the writer. | |
| virtual pos_type | getCur () |
| Return the next position that will be written to. | |
Protected Member Functions | |
| iostream & | getWriter () const |
Definition at line 85 of file writers.h.
|
|
|
|
|
|
|
|
Close the writer. Any further actions on the writer should fail. Implements ID3_Writer. Reimplemented in ID3_FStreamWriter. |
|
|
Flush the writer.
Implements ID3_Writer. |
|
|
Return the beginning position in the writer.
Reimplemented from ID3_Writer. |
|
|
Return the next position that will be written to.
Implements ID3_Writer. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Write up to Returns the number of characters write into buf. |
1.4.6