#include <MsgFileOutputStream.hpp>
|
void | writeData (const char *theBuffer, XalanSize_t theBufferLength) |
|
void | doFlush () |
|
Definition at line 41 of file MsgFileOutputStream.hpp.
MsgFileOutputStream::MsgFileOutputStream |
( |
const char * |
theFileName | ) |
|
Construct an MsgFileOutputStream object.
- Parameters
-
theFileName | name of file |
theBufferSize | The size of the transcoding buffer |
virtual MsgFileOutputStream::~MsgFileOutputStream |
( |
| ) |
|
|
virtual |
void MsgFileOutputStream::doFlush |
( |
| ) |
|
|
protected |
void MsgFileOutputStream::write |
( |
const XMLCh * |
theString, |
|
|
XalanSize_t |
theLength |
|
) |
| |
void MsgFileOutputStream::write |
( |
const char * |
theString, |
|
|
XalanSize_t |
theLength |
|
) |
| |
void MsgFileOutputStream::writeAsASCII |
( |
const char * |
theString, |
|
|
XalanSize_t |
theLength |
|
) |
| |
void MsgFileOutputStream::writeAsASCII |
( |
const XMLCh * |
theString, |
|
|
XalanSize_t |
theLength |
|
) |
| |
void MsgFileOutputStream::writeData |
( |
const char * |
theBuffer, |
|
|
XalanSize_t |
theBufferLength |
|
) |
| |
|
protected |
void MsgFileOutputStream::writeUTFPrefix |
( |
| ) |
|
The documentation for this class was generated from the following file: