| advanceStream(const long amount) | Exponent::IO::CFileStream | |
| CFileStream() | Exponent::IO::CFileStream | |
| CFileStream(const CSystemString &filename, const EStreamMode status, const bool fileIsLittleEndian=true) | Exponent::IO::CFileStream | |
| CFILESTREAM_16BIT_SIZE | Exponent::IO::CFileStream | [protected, static] |
| CFILESTREAM_32BIT_SIZE | Exponent::IO::CFileStream | [protected, static] |
| CFILESTREAM_64BIT_SIZE | Exponent::IO::CFileStream | [protected, static] |
| CFILESTREAM_8BIT_SIZE | Exponent::IO::CFileStream | [protected, static] |
| closeStream() | Exponent::IO::CFileStream | |
| e_input enum value | Exponent::IO::CFileStream | |
| e_output enum value | Exponent::IO::CFileStream | |
| EStreamMode enum name | Exponent::IO::CFileStream | |
| getStreamPosition() | Exponent::IO::CFileStream | |
| getStreamSize() | Exponent::IO::CFileStream | |
| hasErrorOccurred() const | Exponent::IO::CFileStream | [inline] |
| hasReachEndOfFile() const | Exponent::IO::CFileStream | |
| isStreamOpen() const | Exponent::IO::CFileStream | [inline] |
| m_errorState | Exponent::IO::CFileStream | [protected] |
| m_file | Exponent::IO::CFileStream | [protected] |
| m_fileIsLittleEndian | Exponent::IO::CFileStream | [protected] |
| m_streamIsOpen | Exponent::IO::CFileStream | [protected] |
| m_streamStatus | Exponent::IO::CFileStream | [protected] |
| moveToStreamPosition(const long position) | Exponent::IO::CFileStream | |
| moveToStreamStart() | Exponent::IO::CFileStream | |
| openStream(const CSystemString &path, const EStreamMode mode, const bool fileIsLittleEndian=true) | Exponent::IO::CFileStream | |
| operator<<(const char &byte) | Exponent::IO::CFileStream | |
| operator<<(const unsigned char &byte) | Exponent::IO::CFileStream | |
| operator<<(const bool &byte) | Exponent::IO::CFileStream | |
| operator<<(const short &byte) | Exponent::IO::CFileStream | |
| operator<<(const unsigned short &byte) | Exponent::IO::CFileStream | |
| operator<<(const long &value) | Exponent::IO::CFileStream | |
| operator<<(const unsigned long &value) | Exponent::IO::CFileStream | |
| operator<<(const float &value) | Exponent::IO::CFileStream | |
| operator<<(const double &value) | Exponent::IO::CFileStream | |
| operator>>(char &byte) | Exponent::IO::CFileStream | |
| operator>>(unsigned char &byte) | Exponent::IO::CFileStream | |
| operator>>(bool &byte) | Exponent::IO::CFileStream | |
| operator>>(short &byte) | Exponent::IO::CFileStream | |
| operator>>(unsigned short &byte) | Exponent::IO::CFileStream | |
| operator>>(long &value) | Exponent::IO::CFileStream | |
| operator>>(unsigned long &value) | Exponent::IO::CFileStream | |
| operator>>(float &value) | Exponent::IO::CFileStream | |
| operator>>(double &value) | Exponent::IO::CFileStream | |
| read16Bits(void *value) | Exponent::IO::CFileStream | [protected] |
| read32Bits(void *value) | Exponent::IO::CFileStream | [protected] |
| read64Bits(void *value) | Exponent::IO::CFileStream | [protected] |
| readDataFromStream(void *data, const size_t numberOfBytes) | Exponent::IO::CFileStream | |
| readShortsFromStream(short *data, const unsigned long numberOfElements) | Exponent::IO::CFileStream | |
| setStreamEndianess(const bool fileIsLittleEndian=true) | Exponent::IO::CFileStream | |
| swapBits() const | Exponent::IO::CFileStream | [protected] |
| validForInput() | Exponent::IO::CFileStream | |
| validForOutput() | Exponent::IO::CFileStream | |
| write16Bits(const void *value) | Exponent::IO::CFileStream | [protected] |
| write32Bits(const void *value) | Exponent::IO::CFileStream | [protected] |
| write64Bits(const void *value) | Exponent::IO::CFileStream | [protected] |
| writeDataToStream(const void *data, const size_t numberOfBytes) | Exponent::IO::CFileStream | |
| ~CFileStream() | Exponent::IO::CFileStream | [virtual] |