HDK
|
This is the complete list of members for NET_IODevice, including all inherited members.
atEnd() const | NET_IODevice | inlinevirtual |
bytesAvailable() const =0 | NET_IODevice | pure virtual |
close() | NET_IODevice | inlinevirtual |
error() const | NET_IODevice | inline |
isReadable() const | NET_IODevice | inline |
isSequential() const | NET_IODevice | inlinevirtual |
isWriteable() const | NET_IODevice | inline |
mime() const | NET_IODevice | inline |
mode() const | NET_IODevice | inline |
myError | NET_IODevice | protected |
myMime | NET_IODevice | protected |
myMode | NET_IODevice | protected |
NET_IODevice()=default | NET_IODevice | protected |
open(OpenMode mode) | NET_IODevice | inlinevirtual |
OpenMode typedef | NET_IODevice | |
pos() const =0 | NET_IODevice | pure virtual |
read(char *data, exint max_size) | NET_IODevice | inlinevirtual |
read(exint max_size) | NET_IODevice | virtual |
readAll() | NET_IODevice | virtual |
seek(exint pos) | NET_IODevice | inlinevirtual |
setMime(const UT_StringHolder &mime) | NET_IODevice | inline |
size() const | NET_IODevice | inlinevirtual |
UT_NON_COPYABLE(NET_IODevice) | NET_IODevice | |
write(const char *data, exint max_size) | NET_IODevice | inlinevirtual |
write(const char *data) | NET_IODevice | inlinevirtual |
write(const UT_Array< char > &data) | NET_IODevice | inlinevirtual |
~NET_IODevice()=default | NET_IODevice | virtual |