11 #ifndef CAL_STREAMSOURCE_H 12 #define CAL_STREAMSOURCE_H 18 #include "cal3d/global.h" 19 #include "cal3d/datasource.h" 36 virtual bool ok()
const;
37 virtual void setError()
const;
38 virtual bool readBytes(
void* pBuffer,
int length);
39 virtual bool readFloat(
float& value);
40 virtual bool readShort(
short& value);
41 virtual bool readInteger(
int& value);
42 virtual bool readString(std::string& strValue);
46 std::istream *mInputStream;
CalDataSource abstract interface class.
Definition: datasource.h:30
CalStreamSource class.
Definition: streamsource.h:30