#include <MsgFileOutputStream.hpp>
List of all members.
Classes
Public Types
Public Member Functions
Protected Member Functions
- void writeData (const char *theBuffer, XalanSize_t theBufferLength)
- void doFlush ()
Detailed Description
Definition at line 41 of file MsgFileOutputStream.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
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] |
Member Function Documentation
void MsgFileOutputStream::doFlush |
( |
|
) |
[protected] |
void MsgFileOutputStream::write |
( |
const char * |
theString, |
|
|
XalanSize_t |
theLength | |
|
) |
| | |
void MsgFileOutputStream::write |
( |
const XMLCh * |
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: