16 #if !defined(XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680)
17 #define XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680
35 XALAN_CPP_NAMESPACE_BEGIN
43 enum { eDefaultBufferSize = 8192 };
55 unsigned int theBufferSize = eDefaultBufferSize);
58 create( FILE* theFileHandle,
60 unsigned int theBufferSize = eDefaultBufferSize);
80 virtual const XalanDOMChar*
87 static const XalanDOMChar m_type[];
94 const char* theBuffer,
113 FILE*
const m_handle;
118 XALAN_CPP_NAMESPACE_END
122 #endif // XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanFStreamOutputStream.hpp:39
Definition: XalanFStreamOutputStream.hpp:64
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
Definition: XalanFStreamOutputStream.hpp:81
virtual void doFlush()=0
Flush the stream.
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
Definition: XalanOutputStream.hpp:47
Definition: XalanDOMString.hpp:42
Definition: XalanOutputStream.hpp:287
virtual void writeData(const char *theBuffer, size_type theBufferLength)=0
Write the data in the buffer.