DWFCore::DWFXMLSerializer::XMLOutputStream Class Reference

Inheritance diagram for DWFCore::DWFXMLSerializer::XMLOutputStream:

Inheritance graph
[legend]
Collaboration diagram for DWFCore::DWFXMLSerializer::XMLOutputStream:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 291 of file DWFXMLSerializer.h.

Public Member Functions

size_t write (const void *pBuffer, size_t nBytesToWrite) throw ( DWFException )
void encode (bool bXML=true)


Member Function Documentation

size_t DWFCore::DWFXMLSerializer::XMLOutputStream::write const void *  pBuffer,
size_t  nBytesToWrite
throw ( DWFException ) [virtual]
 

Writes at most nBytesToWrite into the stream from the buffer provided. If this object has been configured with a chained stream and cache buffer, this method will first attempt to fill the cache before writing to the underlying stream.

Parameters:
pBuffer A pointer to a block of memory whose data will be written into the stream.
nBytesToWrite The number of bytes to copy from pBuffer.
Returns:
The number of bytes actually written.
Exceptions:
DWFException 

Reimplemented from DWFCore::DWFBufferOutputStream.


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:39:36 2009 for Autodesk DWF Core Library by  doxygen 1.4.5