XMLBEANSXX
0.9.8
|
#include <XercesUtils.h>
Public Member Functions | |
BinStdInputStream (std::istream &in) | |
unsigned int | curPos () const |
unsigned int | readBytes (XMLByte *const toFill, const unsigned int maxToRead) |
Private Attributes | |
int | p |
std::istream & | in |
Provides a xerces input stream to read from std::istream
XERCES_CPP_NAMESPACE_USE xmlbeansxx::BinStdInputStream::BinStdInputStream | ( | std::istream & | in | ) |
unsigned int xmlbeansxx::BinStdInputStream::curPos | ( | ) | const |
unsigned int xmlbeansxx::BinStdInputStream::readBytes | ( | XMLByte *const | toFill, |
const unsigned int | maxToRead | ||
) |
std::istream& xmlbeansxx::BinStdInputStream::in [private] |
int xmlbeansxx::BinStdInputStream::p [private] |