Qt.QTextStream Class

public class QTextStream: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QTextStream

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTextStream Constructors

QTextStream() Constructor
QTextStream(Qt.QIODevice) Constructor
QTextStream(System.String, int) Constructor
QTextStream(byte[], int) Constructor
QTextStream(void *) Constructor

QTextStream Methods

QTextStream.AtEnd Method
QTextStream.Device Method
QTextStream.Eof Method
QTextStream.Fill() Method
QTextStream.Fill(int) Method
QTextStream.Finalize Method
QTextStream.Flags() Method
QTextStream.Flags(int) Method
QTextStream.Precision() Method
QTextStream.Precision(int) Method
QTextStream.Read Method
QTextStream.ReadLine Method
QTextStream.ReadRawBytes Method
QTextStream.Reset Method
QTextStream.SetCodec Method
QTextStream.SetDevice Method
QTextStream.SetEncoding Method
QTextStream.Setf(int) Method
QTextStream.Setf(int, int) Method
QTextStream.SkipWhiteSpace Method
QTextStream.UnsetDevice Method
QTextStream.Unsetf Method
QTextStream.Width() Method
QTextStream.Width(int) Method
QTextStream.WriteRawBytes Method


QTextStream() Constructor

public void QTextStream();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream(Qt.QIODevice) Constructor

public void QTextStream(Qt.QIODevice arg1);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream(System.String, int) Constructor

public void QTextStream(System.String arg1, int mode);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream(byte[], int) Constructor

public void QTextStream(byte[] arg1, int mode);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream(void *) Constructor

public void QTextStream(void * ptr);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.AtEnd Method

public bool AtEnd();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Device Method

public Qt.QIODevice Device();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Eof Method

public bool Eof();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Fill() Method

public int Fill();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Fill(int) Method

public int Fill(int arg1);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Finalize Method

protected override void Finalize();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Flags() Method

public int Flags();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Flags(int) Method

public int Flags(int f);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Precision() Method

public int Precision();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Precision(int) Method

public int Precision(int arg1);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Read Method

public System.String Read();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.ReadLine Method

public System.String ReadLine();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.ReadRawBytes Method

public Qt.QTextStream ReadRawBytes(System.String arg1, uint len);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Reset Method

public void Reset();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.SetCodec Method

public void SetCodec(Qt.QTextCodec arg1);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.SetDevice Method

public void SetDevice(Qt.QIODevice arg1);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.SetEncoding Method

public void SetEncoding(Encoding arg1);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Setf(int) Method

public int Setf(int bits);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Setf(int, int) Method

public int Setf(int bits, int mask);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.SkipWhiteSpace Method

public void SkipWhiteSpace();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.UnsetDevice Method

public void UnsetDevice();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Unsetf Method

public int Unsetf(int bits);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Width() Method

public int Width();

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.Width(int) Method

public int Width(int arg1);

See Also

Qt.QTextStream Class, Qt Namespace

QTextStream.WriteRawBytes Method

public Qt.QTextStream WriteRawBytes(System.String arg1, uint len);

See Also

Qt.QTextStream Class, Qt Namespace