public class QIODevice: QtSupport, System.IDisposable
System.Object
QtSupport
QIODeviceThis type implements System.IDisposable.
Qt Namespace
QIODevice Constructors
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
public void QIODevice(void * ptr);
Qt.QIODevice Class, Qt Namespace
public int At();
Qt.QIODevice Class, Qt Namespace
public bool At(int arg1);
Qt.QIODevice Class, Qt Namespace
public bool AtEnd();
Qt.QIODevice Class, Qt Namespace
public void Close();
Qt.QIODevice Class, Qt Namespace
protected override void Finalize();
Qt.QIODevice Class, Qt Namespace
public int Flags();
Qt.QIODevice Class, Qt Namespace
public void Flush();
Qt.QIODevice Class, Qt Namespace
public int Getch();
Qt.QIODevice Class, Qt Namespace
public bool IsAsynchronous();
Qt.QIODevice Class, Qt Namespace
public bool IsBuffered();
Qt.QIODevice Class, Qt Namespace
public bool IsCombinedAccess();
Qt.QIODevice Class, Qt Namespace
public bool IsDirectAccess();
Qt.QIODevice Class, Qt Namespace
public bool IsInactive();
Qt.QIODevice Class, Qt Namespace
public bool IsOpen();
Qt.QIODevice Class, Qt Namespace
public bool IsRaw();
Qt.QIODevice Class, Qt Namespace
public bool IsReadWrite();
Qt.QIODevice Class, Qt Namespace
public bool IsReadable();
Qt.QIODevice Class, Qt Namespace
public bool IsSequentialAccess();
Qt.QIODevice Class, Qt Namespace
public bool IsSynchronous();
Qt.QIODevice Class, Qt Namespace
public bool IsTranslated();
Qt.QIODevice Class, Qt Namespace
public bool IsWritable();
Qt.QIODevice Class, Qt Namespace
public int Mode();
Qt.QIODevice Class, Qt Namespace
public bool Open(int mode);
Qt.QIODevice Class, Qt Namespace
public int Putch(int arg1);
Qt.QIODevice Class, Qt Namespace
public byte[] ReadAll();
Qt.QIODevice Class, Qt Namespace
public long ReadBlock(System.String data, long maxlen);
Qt.QIODevice Class, Qt Namespace
public long ReadLine(System.String data, long maxlen);
Qt.QIODevice Class, Qt Namespace
public bool Reset();
Qt.QIODevice Class, Qt Namespace
public void ResetStatus();
Qt.QIODevice Class, Qt Namespace
public int Size();
Qt.QIODevice Class, Qt Namespace
public int State();
Qt.QIODevice Class, Qt Namespace
public int Status();
Qt.QIODevice Class, Qt Namespace
public int Ungetch(int arg1);
Qt.QIODevice Class, Qt Namespace
public long WriteBlock(System.String data, long len);
Qt.QIODevice Class, Qt Namespace
public long WriteBlock(byte[] data);
Qt.QIODevice Class, Qt Namespace