ID3_MemoryWriter Class Reference
#include <writers.h>
List of all members.
Detailed Description
Definition at line 136 of file writers.h.
Constructor & Destructor Documentation
ID3_MemoryWriter::ID3_MemoryWriter |
( |
|
) |
[inline] |
ID3_MemoryWriter::ID3_MemoryWriter |
( |
char_type |
buf[], |
|
|
size_t |
size | |
|
) |
| | [inline] |
virtual ID3_MemoryWriter::~ID3_MemoryWriter |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual void ID3_MemoryWriter::close |
( |
|
) |
[inline, virtual] |
Close the writer.
Any further actions on the writer should fail.
Implements ID3_Writer.
Definition at line 158 of file writers.h.
virtual void ID3_MemoryWriter::flush |
( |
|
) |
[inline, virtual] |
virtual pos_type ID3_MemoryWriter::getBeg |
( |
|
) |
[inline, virtual] |
Return the beginning position in the writer.
Reimplemented from ID3_Writer.
Definition at line 182 of file writers.h.
virtual pos_type ID3_MemoryWriter::getCur |
( |
|
) |
[inline, virtual] |
Return the next position that will be written to.
Implements ID3_Writer.
Definition at line 177 of file writers.h.
virtual pos_type ID3_MemoryWriter::getEnd |
( |
|
) |
[inline, virtual] |
Return the first position that can't be written to.
A return value of -1 indicates no (reasonable) limit to the writer.
Reimplemented from ID3_Writer.
Definition at line 187 of file writers.h.
void ID3_MemoryWriter::setBuffer |
( |
char_type * |
buf, |
|
|
size_t |
size | |
|
) |
| | [inline, protected] |
virtual size_type ID3_MemoryWriter::writeChars |
( |
const char |
buf[], |
|
|
size_type |
len | |
|
) |
| | [inline, virtual] |
Write up to len
chars from buf and advance the internal position accordingly.
Returns the number of characters written from buf.
Definition at line 164 of file writers.h.
The documentation for this class was generated from the following file: