org.kde.qt
public class QFile extends QIODevice
Constructor Summary | |
---|---|
protected | QFile(Class dummy) |
QFile() | |
QFile(String name) |
Method Summary | |
---|---|
long | at() |
boolean | at(long arg1) |
boolean | atEnd() |
void | close() |
static String | decodeName(String localFileName) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
static String | encodeName(String fileName) |
String | errorString() |
boolean | exists() |
static boolean | exists(String fileName) |
protected void | finalize() Deletes the wrapped C++ instance |
void | flush() |
int | getch() |
int | handle() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
String | name() |
boolean | open(int arg1) |
boolean | open(int arg1, int arg2) |
int | putch(int arg1) |
long | readBlock(StringBuffer data, long len) |
long | readLine(String data, long maxlen) |
long | readLine(StringBuffer arg1, long maxlen) |
boolean | remove() |
static boolean | remove(String fileName) |
protected void | setErrorString(String arg1) |
void | setName(String name) |
long | size() |
int | ungetch(int arg1) |
long | writeBlock(String data, long len) |
long | writeBlock(byte[] data) |