Inheritance diagram for StreamWriter:
Public Methods | |
StreamWriter (FILE *fstream, int encoding, bool useBOM) | |
Creates StreamWriter, which uses specified stream, encoding, and byte order mark. | |
void | write (wchar c) |
Protected Methods | |
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.
|