Inheritance diagram for StreamWriter:
Public Member Functions | |
StreamWriter (FILE *fstream, int encoding, bool useBOM) | |
Creates StreamWriter, which uses specified stream, encoding, and byte order mark. | |
void | write (wchar c) |
Protected Member Functions | |
void | init (FILE *fstream, int encoding, bool useBOM) |
void | writeBOM () |
Protected Attributes | |
FILE * | file |
|
Creates StreamWriter, which uses specified stream, encoding, and byte order mark.
|