#include <writers.h>
Definition at line 35 of file writers.h.
◆ ID3_OStreamWriter()
ID3_OStreamWriter::ID3_OStreamWriter |
( |
ostream & | writer | ) |
|
|
inline |
◆ ~ID3_OStreamWriter()
virtual ID3_OStreamWriter::~ID3_OStreamWriter |
( |
| ) |
|
|
inlinevirtual |
◆ close()
virtual void ID3_OStreamWriter::close |
( |
| ) |
|
|
inlinevirtual |
◆ flush()
virtual void ID3_OStreamWriter::flush |
( |
| ) |
|
|
inlinevirtual |
◆ getBeg()
virtual pos_type ID3_OStreamWriter::getBeg |
( |
| ) |
|
|
inlinevirtual |
Return the beginning position in the writer.
Reimplemented from ID3_Writer.
Definition at line 68 of file writers.h.
◆ getCur()
virtual pos_type ID3_OStreamWriter::getCur |
( |
| ) |
|
|
inlinevirtual |
Return the next position that will be written to.
Implements ID3_Writer.
Definition at line 69 of file writers.h.
◆ getWriter()
ostream & ID3_OStreamWriter::getWriter |
( |
| ) |
const |
|
inlineprotected |
◆ writeChar()
Write a single character and advance the internal position.
Note that the interal position may advance more than one byte for a single character write. Returns END_OF_WRITER if there isn't a character to write.
Reimplemented from ID3_Writer.
Definition at line 48 of file writers.h.
◆ writeChars() [1/2]
Write up to len
chars into buf and advance the internal position accordingly.
Returns the number of characters write into buf.
Reimplemented from ID3_Writer.
Definition at line 57 of file writers.h.
◆ writeChars() [2/2]
Write up to len
characters into buf and advance the internal position accordingly.
Returns the number of characters write into buf. Note that the value returned may be less than the number of bytes that the internal position advances, due to multi-byte characters.
Implements ID3_Writer.
Definition at line 62 of file writers.h.
The documentation for this class was generated from the following file: