org.kde.koala
public class KAsyncIO extends QObject implements QIODeviceInterface
UNKNOWN: Asynchronous I/O support.
Constructor Summary | |
---|---|
protected | KAsyncIO(Class dummy) |
Method Summary | |
---|---|
long | at() |
boolean | at(long arg1) |
boolean | atEnd() |
String | className() |
void | close() |
void | enableRead(boolean enable)
Toggles the emission of the readyRead() signal whenever the device
is ready for reading. |
void | enableWrite(boolean enable)
Toggles the emission of the readyWrite() signal whenever the device
is ready for writing. |
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() |
QMetaObject | metaObject() |
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) |
Parameters: enable true to enable, false to disable the readyRead() signal
UNKNOWN: Toggles the emission of the readyRead() signal whenever the device is ready for reading.
Parameters: enable true to enable, false to disable the readyWrite() signal
UNKNOWN: Toggles the emission of the readyWrite() signal whenever the device is ready for writing.