|
| CloneInputStream (xercesc::BinInputStream *stream, const std::string &backingFile) |
| Constructor. More...
|
|
virtual XMLSize_t | readBytes (XMLByte *const toFill, const XMLSize_t maxToRead) |
|
virtual XMLFilePos | curPos () const |
|
virtual const XMLCh * | getContentType () const |
|
◆ CloneInputStream()
xmltooling::CloneInputStream::CloneInputStream |
( |
xercesc::BinInputStream * |
stream, |
|
|
const std::string & |
backingFile |
|
) |
| |
Constructor.
- Parameters
-
stream | a stream that we will read from |
backingFele | the 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: