Qt.QBuffer Class

public class QBuffer: QIODevice, System.IDisposable

Base Types

System.Object
  QtSupport
    QIODevice
      QBuffer

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QBuffer() Constructor

public void QBuffer();

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer(byte[]) Constructor

public void QBuffer(byte[] arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer(void *) Constructor

public void QBuffer(void * ptr);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.At() Method

public int At();

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.At(int) Method

public bool At(int arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Buffer Method

public byte[] Buffer();

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Close Method

public void Close();

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Finalize Method

protected override void Finalize();

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Flush Method

public void Flush();

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Getch Method

public int Getch();

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Open Method

public bool Open(int arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Putch Method

public int Putch(int arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.ReadBlock Method

public long ReadBlock(System.String p, long arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.ReadLine Method

public long ReadLine(System.String p, long arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.SetBuffer Method

public bool SetBuffer(byte[] arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Size Method

public int Size();

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.Ungetch Method

public int Ungetch(int arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.WriteBlock(System.String, long) Method

public long WriteBlock(System.String p, long arg1);

See Also

Qt.QBuffer Class, Qt Namespace

QBuffer.WriteBlock(byte[]) Method

public long WriteBlock(byte[] data);

See Also

Qt.QBuffer Class, Qt Namespace