public class QBuffer: QIODevice, System.IDisposable
System.Object
QtSupport
QIODevice
QBufferThis type implements System.IDisposable.
Qt Namespace
QBuffer Constructors
QBuffer() Constructor
QBuffer(byte[]) Constructor
QBuffer(void *) Constructor
QBuffer Methods
QBuffer.At() Method
QBuffer.At(int) Method
QBuffer.Buffer Method
QBuffer.Close Method
QBuffer.Finalize Method
QBuffer.Flush Method
QBuffer.Getch Method
QBuffer.Open Method
QBuffer.Putch Method
QBuffer.ReadBlock Method
QBuffer.ReadLine Method
QBuffer.SetBuffer Method
QBuffer.Size Method
QBuffer.Ungetch Method
QBuffer.WriteBlock(System.String, long) Method
QBuffer.WriteBlock(byte[]) Method
public void QBuffer();
Qt.QBuffer Class, Qt Namespace
public void QBuffer(byte[] arg1);
Qt.QBuffer Class, Qt Namespace
public void QBuffer(void * ptr);
Qt.QBuffer Class, Qt Namespace
public int At();
Qt.QBuffer Class, Qt Namespace
public bool At(int arg1);
Qt.QBuffer Class, Qt Namespace
public byte[] Buffer();
Qt.QBuffer Class, Qt Namespace
public void Close();
Qt.QBuffer Class, Qt Namespace
protected override void Finalize();
Qt.QBuffer Class, Qt Namespace
public void Flush();
Qt.QBuffer Class, Qt Namespace
public int Getch();
Qt.QBuffer Class, Qt Namespace
public bool Open(int arg1);
Qt.QBuffer Class, Qt Namespace
public int Putch(int arg1);
Qt.QBuffer Class, Qt Namespace
public long ReadBlock(System.String p, long arg1);
Qt.QBuffer Class, Qt Namespace
public long ReadLine(System.String p, long arg1);
Qt.QBuffer Class, Qt Namespace
public bool SetBuffer(byte[] arg1);
Qt.QBuffer Class, Qt Namespace
public int Size();
Qt.QBuffer Class, Qt Namespace
public int Ungetch(int arg1);
Qt.QBuffer Class, Qt Namespace
public long WriteBlock(System.String p, long arg1);
Qt.QBuffer Class, Qt Namespace
public long WriteBlock(byte[] data);
Qt.QBuffer Class, Qt Namespace