#include <writers.h>

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