Qore Programming Language  0.8.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups 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
getchar()QoreFile
getchar(ExceptionSink *xsink)QoreFile
getEncoding() const QoreFile
getFD() const QoreFile
getFileName() const QoreFile
getFileNameStr() const QoreFile
getLockInfo(struct flock &fl, ExceptionSink *xsink)QoreFile
getPos()QoreFile
getPos() const QoreFile
getTerminalAttributes(QoreTermIOS *ios, ExceptionSink *xsink) const QoreFile
hstat(ExceptionSink *xsink) const QoreFile
isDataAvailable(int timeout_ms, ExceptionSink *xsink) const QoreFile
isOpen() const QoreFile
isTty() 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 &)QoreFileprotected
QoreFile(const QoreFile &)QoreFileprotected
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
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
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
stat(ExceptionSink *xsink) const QoreFile
statvfs(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