chown(softint uid, softint gid=-1) | Qore::File | |
close() | Qore::ReadOnlyFile | |
constructor(*string encoding) | Qore::File | |
Qore::ReadOnlyFile::constructor(string path, *string encoding) | Qore::ReadOnlyFile | |
copy() | Qore::File | |
destructor() | Qore::File | |
f_printf(string fmt,...) | Qore::File | |
f_printf() | Qore::File | |
f_vprintf(string fmt, any fmt_args) | Qore::File | |
f_vprintf() | Qore::File | |
getchar() | Qore::ReadOnlyFile | |
getCharset() | Qore::File | |
getEncoding() | Qore::ReadOnlyFile | |
getFileName() | Qore::ReadOnlyFile | |
getLockInfo() | Qore::File | |
getPos() | Qore::ReadOnlyFile | |
getTerminalAttributes(TermIOS termios) | Qore::File | |
getTerminalAttributes() | Qore::File | |
hlstat(string path) | Qore::ReadOnlyFile | static |
hstat() | Qore::ReadOnlyFile | |
hstat(string path) | Qore::ReadOnlyFile | static |
isDataAvailable(timeout timeout_ms=0) | Qore::ReadOnlyFile | |
isOpen() | Qore::ReadOnlyFile | |
isTty() | Qore::ReadOnlyFile | |
lock(softint type=F_RDLCK, softint start=0, softint len=0, softint whence=SEEK_SET) | Qore::File | |
lockBlocking(softint type=F_RDLCK, softint start=0, softint len=0, softint whence=SEEK_SET) | Qore::File | |
lstat(string path) | Qore::ReadOnlyFile | static |
open(string path, softint flags=O_RDONLY, softint mode=0666, *string encoding) | Qore::File | |
Qore::ReadOnlyFile::open(string path, *string encoding) | Qore::ReadOnlyFile | |
open2(string path, softint flags=O_RDONLY, softint mode=0666, *string encoding) | Qore::File | |
print(string data) | Qore::File | |
printf(string fmt,...) | Qore::File | |
printf() | Qore::File | |
read(softint size, timeout timeout_ms=-1) | Qore::ReadOnlyFile | |
readBinary(softint size, timeout timeout_ms=-1) | Qore::ReadOnlyFile | |
readBinaryFile(string path, int max_file_len=-1) | Qore::ReadOnlyFile | static |
readi1() | Qore::ReadOnlyFile | |
readi2() | Qore::ReadOnlyFile | |
readi2LSB() | Qore::ReadOnlyFile | |
readi4() | Qore::ReadOnlyFile | |
readi4LSB() | Qore::ReadOnlyFile | |
readi8() | Qore::ReadOnlyFile | |
readi8LSB() | Qore::ReadOnlyFile | |
readLine(bool incl_eol=True, *string eol) | Qore::ReadOnlyFile | |
readTextFile(string path, *string encoding, int max_file_len=-1) | Qore::ReadOnlyFile | static |
readu1() | Qore::ReadOnlyFile | |
readu2() | Qore::ReadOnlyFile | |
readu2LSB() | Qore::ReadOnlyFile | |
readu4() | Qore::ReadOnlyFile | |
readu4LSB() | Qore::ReadOnlyFile | |
redirect(Qore::File file) | Qore::File | |
setCharset(*string encoding) | Qore::File | |
setEncoding(*string encoding) | Qore::ReadOnlyFile | |
setEventQueue(Queue queue, auto arg, *bool with_data) | Qore::ReadOnlyFile | |
setEventQueue() | Qore::ReadOnlyFile | |
setPos(int pos=0) | Qore::ReadOnlyFile | |
setTerminalAttributes(softint action=TCSANOW, TermIOS termios) | Qore::File | |
stat() | Qore::ReadOnlyFile | |
stat(string path) | Qore::ReadOnlyFile | static |
statvfs() | Qore::ReadOnlyFile | |
statvfs(string path) | Qore::ReadOnlyFile | static |
sync() | Qore::File | |
vprintf(string fmt, any fmt_args) | Qore::File | |
vprintf() | Qore::File | |
write(binary data) | Qore::File | |
write(string data) | Qore::File | |
writei1(int c) | Qore::File | |
writei2(int s) | Qore::File | |
writei2LSB(int s) | Qore::File | |
writei4(int i) | Qore::File | |
writei4LSB(int i) | Qore::File | |
writei8(int i) | Qore::File | |
writei8LSB(int i) | Qore::File | |