 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef IStreamInputSource_h
19 #define IStreamInputSource_h
26 #include <xercesc/util/BinInputStream.hpp>
27 #include <xercesc/sax/InputSource.hpp>
41 virtual XMLFilePos
curPos(
void)
const {
44 virtual XMLSize_t
readBytes(XMLByte*
const buf,
const XMLSize_t max) {
45 myIn.read((
char*)buf, max);
46 return (XMLSize_t)
myIn.gcount();
63 XERCES_CPP_NAMESPACE::InputSource(
"istream"),
myIn(in) { }
65 virtual XERCES_CPP_NAMESPACE::BinInputStream*
makeStream(
void)
const {