org.kde.qt
public interface QIODeviceInterface
| Method Summary | |
|---|---|
| long | at() |
| boolean | at(long arg1) |
| boolean | atEnd() |
| void | close() |
| int | flags() |
| void | flush() |
| int | getch() |
| boolean | isAsynchronous() |
| boolean | isBuffered() |
| boolean | isCombinedAccess() |
| boolean | isDirectAccess() |
| boolean | isInactive() |
| boolean | isOpen() |
| boolean | isRaw() |
| boolean | isReadable() |
| boolean | isReadWrite() |
| boolean | isSequentialAccess() |
| boolean | isSynchronous() |
| boolean | isTranslated() |
| boolean | isWritable() |
| int | mode() |
| boolean | open(int mode) |
| int | putch(int arg1) |
| byte[] | readAll() |
| long | readBlock(StringBuffer data, long maxlen) |
| long | readLine(String data, long maxlen) |
| boolean | reset() |
| void | resetStatus() |
| long | size() |
| int | state() |
| int | status() |
| int | ungetch(int arg1) |
| long | writeBlock(String data, long len) |
| long | writeBlock(byte[] data) |