org.kde.qt
public class QIODeviceSource extends QDataSource
| Constructor Summary | |
|---|---|
| protected | QIODeviceSource(Class dummy) |
| QIODeviceSource(QIODeviceInterface arg1, int bufsize) | |
| QIODeviceSource(QIODeviceInterface arg1) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| void | enableRewind(boolean on) |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | readyToSend() |
| void | rewind() |
| boolean | rewindable() |
| void | sendTo(QDataSink sink, int n) |