Xalan-C++ API Reference 1.12.0
|
#include <xalanc/Utils/MsgCreator/MsgFileOutputStream.hpp>
Classes | |
class | OpenException |
class | WriteException |
Public Types | |
typedef std::FILE * | HandleType |
Public Member Functions | |
MsgFileOutputStream (const char *theFileName) | |
Construct an MsgFileOutputStream object. | |
virtual | ~MsgFileOutputStream () |
void | write (const XMLCh *theString, XalanSize_t theLength) |
void | write (const char *theString, XalanSize_t theLength) |
void | writeAsASCII (const char *theString, XalanSize_t theLength) |
void | writeAsASCII (const XMLCh *theString, XalanSize_t theLength) |
void | writeUTFPrefix () |
Protected Member Functions | |
void | writeData (const char *theBuffer, XalanSize_t theBufferLength) |
void | doFlush () |
Definition at line 41 of file MsgFileOutputStream.hpp.
typedef std::FILE* xalanc::MsgFileOutputStream::HandleType |
Definition at line 45 of file MsgFileOutputStream.hpp.
Construct an MsgFileOutputStream object.
theFileName | name of file |
theBufferSize | The size of the transcoding buffer |
|
virtual |
|
protected |
References xalanc::operator==().
void xalanc::MsgFileOutputStream::write | ( | const char * | theString, |
XalanSize_t | theLength | ||
) |
void xalanc::MsgFileOutputStream::write | ( | const XMLCh * | theString, |
XalanSize_t | theLength | ||
) |
void xalanc::MsgFileOutputStream::writeAsASCII | ( | const char * | theString, |
XalanSize_t | theLength | ||
) |
void xalanc::MsgFileOutputStream::writeAsASCII | ( | const XMLCh * | theString, |
XalanSize_t | theLength | ||
) |
|
protected |
void xalanc::MsgFileOutputStream::writeUTFPrefix | ( | ) |
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by