org.kde.qt

Class QIODeviceSource

public class QIODeviceSource extends QDataSource

Constructor Summary
protected QIODeviceSource(Class dummy)
QIODeviceSource(QIODeviceInterface arg1, int bufsize)
QIODeviceSource(QIODeviceInterface arg1)
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
voidenableRewind(boolean on)
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intreadyToSend()
voidrewind()
booleanrewindable()
voidsendTo(QDataSink sink, int n)

Constructor Detail

QIODeviceSource

protected QIODeviceSource(Class dummy)

QIODeviceSource

public QIODeviceSource(QIODeviceInterface arg1, int bufsize)

QIODeviceSource

public QIODeviceSource(QIODeviceInterface arg1)

Method Detail

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

enableRewind

public void enableRewind(boolean on)

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

readyToSend

public int readyToSend()

rewind

public void rewind()

rewindable

public boolean rewindable()

sendTo

public void sendTo(QDataSink sink, int n)