org.kde.qt
Class QIODeviceSource
java.lang.Object
org.kde.qt.QAsyncIO
org.kde.qt.QDataSource
org.kde.qt.QIODeviceSource
- All Implemented Interfaces:
- QtSupport
public class QIODeviceSource
- extends QDataSource
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QIODeviceSource
protected QIODeviceSource(java.lang.Class dummy)
QIODeviceSource
public QIODeviceSource(QIODeviceInterface arg1,
int bufsize)
QIODeviceSource
public QIODeviceSource(QIODeviceInterface arg1)
readyToSend
public int readyToSend()
- Overrides:
readyToSend
in class QDataSource
sendTo
public void sendTo(QDataSink sink,
int n)
- Overrides:
sendTo
in class QDataSource
rewindable
public boolean rewindable()
- Overrides:
rewindable
in class QDataSource
enableRewind
public void enableRewind(boolean on)
- Overrides:
enableRewind
in class QDataSource
rewind
public void rewind()
- Overrides:
rewind
in class QDataSource
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class QAsyncIO
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
- Overrides:
dispose
in class QAsyncIO
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?
- Overrides:
isDisposed
in class QAsyncIO