org.kde.qt
Class QTextIStream

java.lang.Object
  extended by org.kde.qt.QTextStream
      extended by org.kde.qt.QTextIStream
All Implemented Interfaces:
QtSupport

public class QTextIStream
extends QTextStream


Field Summary
 
Fields inherited from class org.kde.qt.QTextStream
bin, dec, fixed, hex, internal, Latin1, left, Locale, oct, RawUnicode, right, scientific, showbase, showpoint, showpos, skipws, Unicode, UnicodeNetworkOrder, UnicodeReverse, UnicodeUTF8, uppercase
 
Constructor Summary
  QTextIStream(byte[] ba)
           
protected QTextIStream(java.lang.Class dummy)
           
  QTextIStream(java.lang.String s)
           
 
Method Summary
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 
Methods inherited from class org.kde.qt.QTextStream
atEnd, codec, device, eof, fill, fill, flags, flags, op_read, op_read, op_read, op_read, op_read, op_read, op_read, op_read, op_write, op_write, op_write, op_write, op_write, op_write, op_write, precision, precision, read, readLine, readRawBytes, reset, setCodec, setDevice, setEncoding, setf, setf, skipWhiteSpace, unsetDevice, unsetf, width, width, writeRawBytes
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QTextIStream

protected QTextIStream(java.lang.Class dummy)

QTextIStream

public QTextIStream(java.lang.String s)

QTextIStream

public QTextIStream(byte[] ba)
Method Detail

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class QTextStream
Throws:
java.lang.InternalError

dispose

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

Overrides:
dispose in class QTextStream

isDisposed

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

Overrides:
isDisposed in class QTextStream