Qt.QIODevice Class

public class QIODevice: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QIODevice

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QIODevice Constructors

QIODevice Constructor

QIODevice Methods

QIODevice.At() Method
QIODevice.At(int) Method
QIODevice.AtEnd Method
QIODevice.Close Method
QIODevice.Finalize Method
QIODevice.Flags Method
QIODevice.Flush Method
QIODevice.Getch Method
QIODevice.IsAsynchronous Method
QIODevice.IsBuffered Method
QIODevice.IsCombinedAccess Method
QIODevice.IsDirectAccess Method
QIODevice.IsInactive Method
QIODevice.IsOpen Method
QIODevice.IsRaw Method
QIODevice.IsReadWrite Method
QIODevice.IsReadable Method
QIODevice.IsSequentialAccess Method
QIODevice.IsSynchronous Method
QIODevice.IsTranslated Method
QIODevice.IsWritable Method
QIODevice.Mode Method
QIODevice.Open Method
QIODevice.Putch Method
QIODevice.ReadAll Method
QIODevice.ReadBlock Method
QIODevice.ReadLine Method
QIODevice.Reset Method
QIODevice.ResetStatus Method
QIODevice.Size Method
QIODevice.State Method
QIODevice.Status Method
QIODevice.Ungetch Method
QIODevice.WriteBlock(System.String, long) Method
QIODevice.WriteBlock(byte[]) Method


QIODevice Constructor

public void QIODevice(void * ptr);

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.At() Method

public int At();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.At(int) Method

public bool At(int arg1);

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.AtEnd Method

public bool AtEnd();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Close Method

public void Close();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Finalize Method

protected override void Finalize();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Flags Method

public int Flags();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Flush Method

public void Flush();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Getch Method

public int Getch();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsAsynchronous Method

public bool IsAsynchronous();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsBuffered Method

public bool IsBuffered();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsCombinedAccess Method

public bool IsCombinedAccess();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsDirectAccess Method

public bool IsDirectAccess();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsInactive Method

public bool IsInactive();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsOpen Method

public bool IsOpen();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsRaw Method

public bool IsRaw();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsReadWrite Method

public bool IsReadWrite();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsReadable Method

public bool IsReadable();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsSequentialAccess Method

public bool IsSequentialAccess();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsSynchronous Method

public bool IsSynchronous();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsTranslated Method

public bool IsTranslated();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.IsWritable Method

public bool IsWritable();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Mode Method

public int Mode();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Open Method

public bool Open(int mode);

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Putch Method

public int Putch(int arg1);

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.ReadAll Method

public byte[] ReadAll();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.ReadBlock Method

public long ReadBlock(System.String data, long maxlen);

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.ReadLine Method

public long ReadLine(System.String data, long maxlen);

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Reset Method

public bool Reset();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.ResetStatus Method

public void ResetStatus();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Size Method

public int Size();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.State Method

public int State();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Status Method

public int Status();

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.Ungetch Method

public int Ungetch(int arg1);

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.WriteBlock(System.String, long) Method

public long WriteBlock(System.String data, long len);

See Also

Qt.QIODevice Class, Qt Namespace

QIODevice.WriteBlock(byte[]) Method

public long WriteBlock(byte[] data);

See Also

Qt.QIODevice Class, Qt Namespace