, including all inherited members.
chown(uid_t owner, gid_t group, ExceptionSink *xsink) | QoreFile | |
cleanup(ExceptionSink *xsink) | QoreFile | |
close() | QoreFile | |
getchar() | QoreFile | |
getEncoding() const | QoreFile | |
getFD() const | QoreFile | |
getFileName() const | QoreFile | |
getLockInfo(struct flock &fl, ExceptionSink *xsink) | QoreFile | |
getPos() | QoreFile | |
getTerminalAttributes(QoreTermIOS *ios, ExceptionSink *xsink) const | QoreFile | |
isDataAvailable(int timeout_ms, ExceptionSink *xsink) const | QoreFile | |
lock(const struct flock &fl, ExceptionSink *xsink) | QoreFile | |
lockBlocking(struct flock &fl, ExceptionSink *xsink) | QoreFile | |
open(const char *fn, int flags=O_RDONLY, int mode=0777, const QoreEncoding *cs=QCS_DEFAULT) | QoreFile | |
open2(ExceptionSink *xsink, const char *fn, int flags=O_RDONLY, int mode=0777, const QoreEncoding *cs=QCS_DEFAULT) | QoreFile | |
operator=(const QoreFile &) | QoreFile | [protected] |
QoreFile(const QoreFile &) | QoreFile | [protected] |
QoreFile(const QoreEncoding *cs=QCS_DEFAULT) | QoreFile | |
read(qore_offset_t size, ExceptionSink *xsink) | QoreFile | |
read(QoreString &str, qore_offset_t size, ExceptionSink *xsink) | QoreFile | |
read(qore_offset_t size, int timeout_ms, ExceptionSink *xsink) | QoreFile | |
readBinary(qore_offset_t size, ExceptionSink *xsink) | QoreFile | |
readBinary(BinaryNode &b, qore_offset_t size, ExceptionSink *xsink) | QoreFile | |
readBinary(qore_offset_t size, int timeout_ms, ExceptionSink *xsink) | QoreFile | |
readi1(char *val, ExceptionSink *xsink) | QoreFile | |
readi2(short *val, ExceptionSink *xsink) | QoreFile | |
readi2LSB(short *val, ExceptionSink *xsink) | QoreFile | |
readi4(int *val, ExceptionSink *xsink) | QoreFile | |
readi4LSB(int *val, ExceptionSink *xsink) | QoreFile | |
readi8(int64 *val, ExceptionSink *xsink) | QoreFile | |
readi8LSB(int64 *val, ExceptionSink *xsink) | QoreFile | |
readLine(ExceptionSink *xsink) | QoreFile | |
readu1(unsigned char *val, ExceptionSink *xsink) | QoreFile | |
readu2(unsigned short *val, ExceptionSink *xsink) | QoreFile | |
readu2LSB(unsigned short *val, ExceptionSink *xsink) | QoreFile | |
readu4(unsigned int *val, ExceptionSink *xsink) | QoreFile | |
readu4LSB(unsigned int *val, ExceptionSink *xsink) | QoreFile | |
setEncoding(const QoreEncoding *cs) | QoreFile | |
setEventQueue(Queue *cbq, ExceptionSink *xsink) | QoreFile | |
setPos(qore_size_t pos) | QoreFile | |
setTerminalAttributes(int action, QoreTermIOS *ios, ExceptionSink *xsink) const | QoreFile | |
sync() | QoreFile | |
write(const QoreString *str, ExceptionSink *xsink) | QoreFile | |
write(const BinaryNode *b, ExceptionSink *xsink) | QoreFile | |
write(const void *data, qore_size_t len, ExceptionSink *xsink) | QoreFile | |
writei1(char i, ExceptionSink *xsink) | QoreFile | |
writei2(short i, ExceptionSink *xsink) | QoreFile | |
writei2LSB(short i, ExceptionSink *xsink) | QoreFile | |
writei4(int i, ExceptionSink *xsink) | QoreFile | |
writei4LSB(int i, ExceptionSink *xsink) | QoreFile | |
writei8(int64 i, ExceptionSink *xsink) | QoreFile | |
writei8LSB(int64 i, ExceptionSink *xsink) | QoreFile | |
~QoreFile() | QoreFile | |