| isEof(const PhysicalInStream &stream) const=0 | StreamReader | [protected, pure virtual] |
| readChar(char &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readData(void *p, int size, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readDouble(double &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readEndl(PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readFloat(float &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readInt(int &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readLong(long &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readShort(short &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readString(char *d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readUChar(unsigned char &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readUInt(unsigned int &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readULong(unsigned long &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| readUShort(unsigned short &d, PhysicalInStream &stream)=0 | StreamReader | [protected, pure virtual] |
| skipData(int size, PhysicalInStream &stream) | StreamReader | [protected, virtual] |