xmltooling  1.6.0
xmltooling::CloneInputStream Class Reference

Public Member Functions

 CloneInputStream (xercesc::BinInputStream *stream, const std::string &backingFile)
 Constructor.
virtual XMLSize_t readBytes (XMLByte *const toFill, const XMLSize_t maxToRead)
virtual XMLFilePos curPos () const
virtual const XMLCh * getContentType () const

Constructor & Destructor Documentation

xmltooling::CloneInputStream::CloneInputStream ( xercesc::BinInputStream *  stream,
const std::string &  backingFile 
)

Constructor.

Parameters
streama stream that we will read from
backingFelethe name of a file to write every byte we read, as we read it. we take ownership of this, arranging to delete it in our destructor.

The documentation for this class was generated from the following file: