C# 클래스 Qyoto.QFile

상속: Qyoto.QIODevice, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( string newName ) : bool
Copy ( string fileName, string newName ) : bool
DecodeName ( Qyoto.QByteArray localFileName ) : string
DecodeName ( string localFileName ) : string
Dispose ( ) : void
EncodeName ( string fileName ) : Qyoto.QByteArray
Error ( ) : QFile.FileError
Exists ( ) : bool
Exists ( string fileName ) : bool
FileName ( ) : string
Flush ( ) : bool
Link ( string newName ) : bool
Link ( string oldname, string newName ) : bool
Map ( long offset, long size ) : Pointer
Map ( long offset, long size, QFile flags ) : Pointer
Open ( int fd, uint flags ) : bool
Permissions ( ) : uint
Permissions ( string filename ) : uint
QFile ( QObject parent ) : System
QFile ( string name ) : System
QFile ( string name, QObject parent ) : System
ReadLink ( ) : string
ReadLink ( string fileName ) : string
Remove ( ) : bool
Remove ( string fileName ) : bool
Rename ( string newName ) : bool
Rename ( string oldName, string newName ) : bool
Resize ( long sz ) : bool
Resize ( string filename, long sz ) : bool
SetFileName ( string name ) : void
SetPermissions ( string filename, uint permissionSpec ) : bool
SetPermissions ( uint permissionSpec ) : bool
SymLinkTarget ( ) : string
SymLinkTarget ( string fileName ) : string
Tr ( string s ) : string
Tr ( string s, string c ) : string
Unmap ( Pointer address ) : bool
UnsetError ( ) : void

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QFile ( Type dummy ) : System

비공개 메소드들

메소드 설명
AtEnd ( ) : bool
Close ( ) : void
FileEngine ( ) : QAbstractFileEngine
IsSequential ( ) : bool
Open ( uint flags ) : bool
Pos ( ) : long
QFile ( ) : System
ReadData ( Pointer data, long maxlen ) : long
ReadLineData ( Pointer data, long maxlen ) : long
Seek ( long offset ) : bool
Size ( ) : long
WriteData ( string data, long len ) : long

메소드 상세

Copy() 공개 메소드

public Copy ( string newName ) : bool
newName string
리턴 bool

Copy() 공개 정적인 메소드

public static Copy ( string fileName, string newName ) : bool
fileName string
newName string
리턴 bool

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DecodeName() 공개 정적인 메소드

public static DecodeName ( Qyoto.QByteArray localFileName ) : string
localFileName Qyoto.QByteArray
리턴 string

DecodeName() 공개 정적인 메소드

public static DecodeName ( string localFileName ) : string
localFileName string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EncodeName() 공개 정적인 메소드

public static EncodeName ( string fileName ) : Qyoto.QByteArray
fileName string
리턴 Qyoto.QByteArray

Error() 공개 메소드

public Error ( ) : QFile.FileError
리턴 QFile.FileError

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string fileName ) : bool
fileName string
리턴 bool

FileName() 공개 메소드

public FileName ( ) : string
리턴 string

Flush() 공개 메소드

public Flush ( ) : bool
리턴 bool

Link() 공개 메소드

public Link ( string newName ) : bool
newName string
리턴 bool

Link() 공개 정적인 메소드

public static Link ( string oldname, string newName ) : bool
oldname string
newName string
리턴 bool

Map() 공개 메소드

public Map ( long offset, long size ) : Pointer
offset long
size long
리턴 Pointer

Map() 공개 메소드

public Map ( long offset, long size, QFile flags ) : Pointer
offset long
size long
flags QFile
리턴 Pointer

Open() 공개 메소드

public Open ( int fd, uint flags ) : bool
fd int
flags uint
리턴 bool

Permissions() 공개 메소드

public Permissions ( ) : uint
리턴 uint

Permissions() 공개 정적인 메소드

public static Permissions ( string filename ) : uint
filename string
리턴 uint

QFile() 공개 메소드

public QFile ( QObject parent ) : System
parent QObject
리턴 System

QFile() 보호된 메소드

protected QFile ( Type dummy ) : System
dummy System.Type
리턴 System

QFile() 공개 메소드

public QFile ( string name ) : System
name string
리턴 System

QFile() 공개 메소드

public QFile ( string name, QObject parent ) : System
name string
parent QObject
리턴 System

ReadLink() 공개 메소드

public ReadLink ( ) : string
리턴 string

ReadLink() 공개 정적인 메소드

public static ReadLink ( string fileName ) : string
fileName string
리턴 string

Remove() 공개 메소드

public Remove ( ) : bool
리턴 bool

Remove() 공개 정적인 메소드

public static Remove ( string fileName ) : bool
fileName string
리턴 bool

Rename() 공개 메소드

public Rename ( string newName ) : bool
newName string
리턴 bool

Rename() 공개 정적인 메소드

public static Rename ( string oldName, string newName ) : bool
oldName string
newName string
리턴 bool

Resize() 공개 메소드

public Resize ( long sz ) : bool
sz long
리턴 bool

Resize() 공개 정적인 메소드

public static Resize ( string filename, long sz ) : bool
filename string
sz long
리턴 bool

SetFileName() 공개 메소드

public SetFileName ( string name ) : void
name string
리턴 void

SetPermissions() 공개 정적인 메소드

public static SetPermissions ( string filename, uint permissionSpec ) : bool
filename string
permissionSpec uint
리턴 bool

SetPermissions() 공개 메소드

public SetPermissions ( uint permissionSpec ) : bool
permissionSpec uint
리턴 bool

SymLinkTarget() 공개 메소드

public SymLinkTarget ( ) : string
리턴 string

SymLinkTarget() 공개 정적인 메소드

public static SymLinkTarget ( string fileName ) : string
fileName string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

Unmap() 공개 메소드

public Unmap ( Pointer address ) : bool
address Pointer
리턴 bool

UnsetError() 공개 메소드

public UnsetError ( ) : void
리턴 void