This is the complete list of members for IoInterfaceFile, including all inherited members.
| appendData(const XsByteArray &bdata) | IoInterfaceFile | virtual |
| cancelIo(void) const | IoInterface | virtual |
| close(void) | IoInterfaceFile | virtual |
| closeAndDelete(void) | IoInterfaceFile | virtual |
| closeFile(void) | IoInterfaceFile | |
| create(const XsString &filename) | IoInterfaceFile | virtual |
| deleteData(XsFilePos start, XsSize length) | IoInterfaceFile | virtual |
| find(const XsByteArray &data, XsFilePos &pos) | IoInterfaceFile | virtual |
| flushData(void) | IoInterfaceFile | virtual |
| getFileDate(void) const | IoInterfaceFile | |
| getFileSize(void) const | IoInterfaceFile | virtual |
| getLastResult(void) const | IoInterfaceFile | virtual |
| getName(XsString &filename) const | IoInterfaceFile | virtual |
| getReadPosition(void) const | IoInterfaceFile | virtual |
| getWritePosition(void) const | IoInterfaceFile | virtual |
| gotoRead(void) | IoInterfaceFile | protected |
| gotoWrite(void) | IoInterfaceFile | protected |
| insertData(XsFilePos start, const XsByteArray &data) | IoInterfaceFile | virtual |
| IoInterface() | IoInterface | inlineprotected |
| IoInterfaceFile() | IoInterfaceFile | |
| isOpen(void) const | IoInterfaceFile | virtual |
| isReadOnly(void) const | IoInterfaceFile | virtual |
| m_filename | IoInterfaceFile | protected |
| m_fileSize | IoInterfaceFile | protected |
| m_handle | IoInterfaceFile | protected |
| m_lastResult | IoInterfaceFile | mutableprotected |
| m_reading | IoInterfaceFile | protected |
| m_readOnly | IoInterfaceFile | protected |
| m_readPos | IoInterfaceFile | protected |
| m_writePos | IoInterfaceFile | protected |
| open(const XsString &filename, bool createNew, bool readOnly) | IoInterfaceFile | virtual |
| IoInterface::open(const XsPortInfo &portInfo, uint32_t readBufSize=XS_DEFAULT_READ_BUFFER_SIZE, uint32_t writeBufSize=XS_DEFAULT_WRITE_BUFFER_SIZE) | IoInterface | virtual |
| readData(XsSize maxLength, XsByteArray &data) | IoInterfaceFile | virtual |
| readTerminatedData(XsSize maxLength, unsigned char terminator, XsByteArray &bdata) | IoInterfaceFile | |
| setReadPosition(XsFilePos pos) | IoInterfaceFile | virtual |
| setTimeout(uint32_t ms) | IoInterface | virtual |
| setWritePosition(XsFilePos pos=-1) | IoInterfaceFile | virtual |
| waitForData(XsSize maxLength, XsByteArray &data) | IoInterface | virtual |
| writeData(const XsByteArray &data, XsSize *written=nullptr) | IoInterfaceFile | virtual |
| ~IoInterface() | IoInterface | inlinevirtual |
| ~IoInterfaceFile() | IoInterfaceFile | |