org.kde.qt
Class QIODeviceSource

java.lang.Object
  extended by org.kde.qt.QAsyncIO
      extended by org.kde.qt.QDataSource
          extended by org.kde.qt.QIODeviceSource
All Implemented Interfaces:
QtSupport

public class QIODeviceSource
extends QDataSource


Constructor Summary
protected QIODeviceSource(java.lang.Class dummy)
           
  QIODeviceSource(QIODeviceInterface arg1)
           
  QIODeviceSource(QIODeviceInterface arg1, int bufsize)
           
 
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)
           
 
Methods inherited from class org.kde.qt.QDataSource
maybeReady
 
Methods inherited from class org.kde.qt.QAsyncIO
connect, ready
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QIODeviceSource

protected QIODeviceSource(java.lang.Class dummy)

QIODeviceSource

public QIODeviceSource(QIODeviceInterface arg1,
                       int bufsize)

QIODeviceSource

public QIODeviceSource(QIODeviceInterface arg1)
Method Detail

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