Qt.QFile Class

public class QFile: QIODevice, System.IDisposable

Base Types

System.Object
  QtSupport
    QIODevice
      QFile

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QFile Constructors

QFile() Constructor
QFile(System.String) Constructor
QFile(void *) Constructor

QFile Methods

QFile.At() Method
QFile.At(int) Method
QFile.AtEnd Method
QFile.Close Method
QFile.DecodeName Method
QFile.EncodeName Method
QFile.Exists() Method
QFile.Exists(System.String) Method
QFile.Finalize Method
QFile.Flush Method
QFile.Getch Method
QFile.Handle Method
QFile.Name Method
QFile.Open(int) Method
QFile.Open(int, System.String) Method
QFile.Open(int, int) Method
QFile.Putch Method
QFile.ReadBlock Method
QFile.ReadLine Method
QFile.Remove() Method
QFile.Remove(System.String) Method
QFile.SetDecodingFunction Method
QFile.SetEncodingFunction Method
QFile.SetName Method
QFile.Size Method
QFile.Ungetch Method
QFile.WriteBlock(System.String, long) Method
QFile.WriteBlock(byte[]) Method


QFile() Constructor

public void QFile();

See Also

Qt.QFile Class, Qt Namespace

QFile(System.String) Constructor

public void QFile(System.String name);

See Also

Qt.QFile Class, Qt Namespace

QFile(void *) Constructor

public void QFile(void * ptr);

See Also

Qt.QFile Class, Qt Namespace

QFile.At() Method

public int At();

See Also

Qt.QFile Class, Qt Namespace

QFile.At(int) Method

public bool At(int arg1);

See Also

Qt.QFile Class, Qt Namespace

QFile.AtEnd Method

public bool AtEnd();

See Also

Qt.QFile Class, Qt Namespace

QFile.Close Method

public void Close();

See Also

Qt.QFile Class, Qt Namespace

QFile.DecodeName Method

public static System.String DecodeName(Qt.QCString localFileName);

See Also

Qt.QFile Class, Qt Namespace

QFile.EncodeName Method

public static Qt.QCString EncodeName(System.String fileName);

See Also

Qt.QFile Class, Qt Namespace

QFile.Exists() Method

public bool Exists();

See Also

Qt.QFile Class, Qt Namespace

QFile.Exists(System.String) Method

public static bool Exists(System.String fileName);

See Also

Qt.QFile Class, Qt Namespace

QFile.Finalize Method

protected override void Finalize();

See Also

Qt.QFile Class, Qt Namespace

QFile.Flush Method

public void Flush();

See Also

Qt.QFile Class, Qt Namespace

QFile.Getch Method

public int Getch();

See Also

Qt.QFile Class, Qt Namespace

QFile.Handle Method

public int Handle();

See Also

Qt.QFile Class, Qt Namespace

QFile.Name Method

public System.String Name();

See Also

Qt.QFile Class, Qt Namespace

QFile.Open(int) Method

public bool Open(int arg1);

See Also

Qt.QFile Class, Qt Namespace

QFile.Open(int, System.String) Method

public bool Open(int arg1, System.String arg2);

See Also

Qt.QFile Class, Qt Namespace

QFile.Open(int, int) Method

public bool Open(int arg1, int arg2);

See Also

Qt.QFile Class, Qt Namespace

QFile.Putch Method

public int Putch(int arg1);

See Also

Qt.QFile Class, Qt Namespace

QFile.ReadBlock Method

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

See Also

Qt.QFile Class, Qt Namespace

QFile.ReadLine Method

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

See Also

Qt.QFile Class, Qt Namespace

QFile.Remove() Method

public bool Remove();

See Also

Qt.QFile Class, Qt Namespace

QFile.Remove(System.String) Method

public static bool Remove(System.String fileName);

See Also

Qt.QFile Class, Qt Namespace

QFile.SetDecodingFunction Method

public static void SetDecodingFunction(int arg1);

See Also

Qt.QFile Class, Qt Namespace

QFile.SetEncodingFunction Method

public static void SetEncodingFunction(int arg1);

See Also

Qt.QFile Class, Qt Namespace

QFile.SetName Method

public void SetName(System.String name);

See Also

Qt.QFile Class, Qt Namespace

QFile.Size Method

public int Size();

See Also

Qt.QFile Class, Qt Namespace

QFile.Ungetch Method

public int Ungetch(int arg1);

See Also

Qt.QFile Class, Qt Namespace

QFile.WriteBlock(System.String, long) Method

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

See Also

Qt.QFile Class, Qt Namespace

QFile.WriteBlock(byte[]) Method

public long WriteBlock(byte[] data);

See Also

Qt.QFile Class, Qt Namespace