#include <writers.h>

Public Member Functions | |
| ID3_OFStreamWriter (ofstream &writer) | |
| virtual void | close () |
| Close the writer. | |
Definition at line 73 of file writers.h.
| ID3_OFStreamWriter::ID3_OFStreamWriter | ( | ofstream & | writer | ) | [inline] |
| virtual void ID3_OFStreamWriter::close | ( | ) | [inline, virtual] |
Close the writer.
Any further actions on the writer should fail.
Reimplemented from ID3_OStreamWriter.
1.5.7.1