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