| getByteOrder() const | InputStream | [inline] |
| InputStream(ByteOrder byteOrder=kNativeByteOrder) | InputStream | [inline] |
| operator>>(int8_t &output) | InputStream | |
| operator>>(uint8_t &output) | InputStream | |
| operator>>(int16_t &output) | InputStream | |
| operator>>(uint16_t &output) | InputStream | |
| operator>>(int32_t &output) | InputStream | |
| operator>>(uint32_t &output) | InputStream | |
| operator>>(int64_t &output) | InputStream | |
| operator>>(uint64_t &output) | InputStream | |
| operator>>(double &output) | InputStream | |
| operator>>(std::string &string)=0 | InputStream | [pure virtual] |
| readRaw(void *buffer, int32_t size)=0 | InputStream | [pure virtual] |
| setByteOrder(ByteOrder newByteOrder) | InputStream | [inline] |
1.6.1