This is the complete list of members for StreamInterface, including all inherited members.
| appendData(const XsByteArray &bdata) | IoInterface | virtual |
| cancelIo(void) const | IoInterface | virtual |
| close(void)=0 | IoInterface | pure virtual |
| closeAndDelete(void) | IoInterface | virtual |
| create(const XsString &filename) | IoInterface | virtual |
| deleteData(XsFilePos start, XsSize length) | IoInterface | virtual |
| find(const XsByteArray &needleV, XsFilePos &pos) | IoInterface | virtual |
| flushData(void)=0 | IoInterface | pure virtual |
| getFileSize(void) const | IoInterface | virtual |
| getLastResult(void) const =0 | IoInterface | pure virtual |
| getName(XsString &filename) const | IoInterface | virtual |
| getReadPosition(void) const | IoInterface | virtual |
| getTimeout(void) const =0 | StreamInterface | pure virtual |
| getWritePosition(void) const | IoInterface | virtual |
| insertData(XsFilePos start, const XsByteArray &data) | IoInterface | virtual |
| IoInterface() | IoInterface | inlineprotected |
| isOpen(void) const =0 | IoInterface | pure virtual |
| isReadOnly(void) const | IoInterface | virtual |
| open(const XsPortInfo &portInfo, uint32_t readBufSize=XS_DEFAULT_READ_BUFFER_SIZE, uint32_t writeBufSize=XS_DEFAULT_WRITE_BUFFER_SIZE) | IoInterface | virtual |
| open(const XsString &filename, bool createNew, bool readOnly) | IoInterface | virtual |
| readData(XsSize maxLength, XsByteArray &data)=0 | IoInterface | pure virtual |
| setReadPosition(XsFilePos pos) | IoInterface | virtual |
| setTimeout(uint32_t ms)=0 | StreamInterface | pure virtual |
| setWritePosition(XsFilePos pos=-1) | IoInterface | virtual |
| StreamInterface() | StreamInterface | inlineprotected |
| waitForData(XsSize maxLength, XsByteArray &data) | IoInterface | virtual |
| writeData(const XsByteArray &data, XsSize *written=nullptr)=0 | IoInterface | pure virtual |
| ~IoInterface() | IoInterface | inlinevirtual |
| ~StreamInterface() | StreamInterface | inline |