Qore Programming Language  1.12.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
QoreFile Member List

This is the complete list of members for QoreFile, including all inherited members.

chown(uid_t owner, gid_t group, ExceptionSink *xsink)QoreFile
cleanup(ExceptionSink *xsink)QoreFile
close()QoreFile
detachFd()QoreFile
getchar()QoreFile
getchar(ExceptionSink *xsink)QoreFile
getEncoding() constQoreFile
getFD() constQoreFile
getFileName() constQoreFile
getFileNameStr() constQoreFile
getLockInfo(hashdecl flock &fl, ExceptionSink *xsink)QoreFile
getPollableDescriptor() constQoreFile
getPos()QoreFile
getPos() constQoreFile
getTerminalAttributes(QoreTermIOS *ios, ExceptionSink *xsink) constQoreFile
hstat(ExceptionSink *xsink) constQoreFile
isDataAvailable(int timeout_ms, ExceptionSink *xsink) constQoreFile
isOpen() constQoreFile
isTty() constQoreFile
lock(const hashdecl flock &fl, ExceptionSink *xsink)QoreFile
lockBlocking(hashdecl 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 &)QoreFileprivate
privQoreFileprivate
QoreFile(const QoreEncoding *cs=QCS_DEFAULT)QoreFile
QoreFile(const QoreFile &)QoreFileprivate
read(qore_offset_t size, ExceptionSink *xsink)QoreFile
read(qore_offset_t size, int timeout_ms, ExceptionSink *xsink)QoreFile
read(QoreString &str, qore_offset_t size, ExceptionSink *xsink)QoreFile
read(void *ptr, size_t limit, 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
readLine(bool incl_eol, ExceptionSink *xsink)QoreFile
readLine(QoreString &str)QoreFile
readLine(QoreString &str, bool incl_eol)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
readUntil(const char *bytes, bool incl_bytes, ExceptionSink *xsink)QoreFile
readUntil(char byte, QoreString &str, bool incl_bytes=true)QoreFile
readUntil(const char *bytes, QoreString &str, bool incl_bytes=true)QoreFile
redirect(QoreFile &file, ExceptionSink *xsink)QoreFile
setEncoding(const QoreEncoding *cs)QoreFile
setEventQueue(ExceptionSink *xsink, Queue *q, QoreValue arg, bool with_data)QoreFile
setPos(size_t pos)QoreFile
setTerminalAttributes(int action, QoreTermIOS *ios, ExceptionSink *xsink) constQoreFile
stat(ExceptionSink *xsink) constQoreFile
statvfs(ExceptionSink *xsink) constQoreFile
sync()QoreFile
write(const QoreString *str, ExceptionSink *xsink)QoreFile
write(const BinaryNode *b, ExceptionSink *xsink)QoreFile
write(const void *data, 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