16 #if !defined(XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680)
17 #define XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680
39 XALAN_CPP_NAMESPACE_BEGIN
47 enum { eDefaultBufferSize = 8192 };
50 typedef HANDLE HandleType;
64 unsigned int theBufferSize = eDefaultBufferSize);
70 unsigned int theBufferSize = eDefaultBufferSize);
101 virtual const XalanDOMChar*
108 static const XalanDOMChar m_type[];
131 virtual const XalanDOMChar*
138 static const XalanDOMChar m_type[];
146 const char* theBuffer,
167 const HandleType m_handle;
172 XALAN_CPP_NAMESPACE_END
176 #endif // XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanFileOutputStream.hpp:75
Definition: XalanFileOutputStream.hpp:43
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: XalanFileOutputStream.hpp:102
FILE * HandleType
Definition: XalanFileOutputStream.hpp:52
Definition: XalanFileOutputStream.hpp:112
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
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
Definition: XalanFileOutputStream.hpp:132
Definition: XalanOutputStream.hpp:287
virtual void writeData(const char *theBuffer, size_type theBufferLength)=0
Write the data in the buffer.