21#if !defined(MSGFILEOUTPUTSTREAM_1357924680)
22#define MSGFILEOUTPUTSTREAM_1357924680
36using namespace xercesc;
71 const char* theFileName,
91 const char* theFileName,
101 const XMLCh* theString,
102 XalanSize_t theLength);
106 const char* theString,
107 XalanSize_t theLength);
111 const char* theString,
112 XalanSize_t theLength);
116 const XMLCh* theString,
117 XalanSize_t theLength);
126 const char* theBuffer,
127 XalanSize_t theBufferLength);
145 const char*
const m_fileName;
OpenException(const char *theFileName, int theErrorCode)
Construct an OpenException exception object for an exception that occurred when opening a file.
WriteException(const char *theFileName, int theErrorCode)
Construct an WriteException exception object for an exception that occurred while writing to a file.
void write(const XMLCh *theString, XalanSize_t theLength)
virtual ~MsgFileOutputStream()
void writeData(const char *theBuffer, XalanSize_t theBufferLength)
void write(const char *theString, XalanSize_t theLength)
void writeAsASCII(const char *theString, XalanSize_t theLength)
MsgFileOutputStream(const char *theFileName)
Construct an MsgFileOutputStream object.
void writeAsASCII(const XMLCh *theString, XalanSize_t theLength)