|
ASL
|
This is the complete list of members for File, including all inherited members.
| close() | File | |
| content() | File | |
| copy(const String &to) | File | |
| creationDate() const | File | |
| directory() const | File | |
| end() | File | inline |
| exists() const | File | inline |
| extension() const | File | |
| File() | File | inline |
| File(const String &name) | File | inlineexplicit |
| File(const String &name, OpenMode mode) | File | inlineexplicit |
| firstBytes(int n) | File | |
| flush() | File | inline |
| hasExtension(const String &exts) const | File | |
| isDirectory() const | File | |
| isFile() const | File | inline |
| lastModified() const | File | |
| move(const String &to) | File | |
| name() const | File | |
| open(const String &name, OpenMode mode=READ) | File | |
| open(OpenMode mode=READ) | File | inline |
| operator bool() const | File | inlineexplicit |
| operator<<(const T &x) | File | inline |
| operator==(const File &f) const | File | inline |
| operator>>(T &x) | File | inline |
| path() const | File | inline |
| position() | File | |
| put(const ByteArray &data) | File | |
| read(void *p, int n) | File | |
| remove() | File | |
| seek(Long offset, SeekMode from=START) | File | |
| setLastModified(const Date &t) | File | |
| size() const | File | |
| temp(const String &ext=".tmp") | File | static |
| write(const void *p, int n) | File |