C# 클래스 Axiom.Platform.IPhone.IPhoneResourceArchive

상속: Axiom.FileSystem.Archive
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
Exists ( string fileName ) : bool
Find ( string pattern, bool recursive ) : List
FindFileInfo ( string pattern, bool recursive ) : FileInfoList
IPhoneResourceArchive ( string name, string type ) : System
List ( bool recursive ) : List
ListFileInfo ( bool recursive ) : FileInfoList
Load ( ) : void
Open ( string filename, bool readOnly ) : System.IO.Stream
Unload ( ) : void

메소드 상세

Exists() 공개 메소드

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

Find() 공개 메소드

public Find ( string pattern, bool recursive ) : List
pattern string
recursive bool
리턴 List

FindFileInfo() 공개 메소드

public FindFileInfo ( string pattern, bool recursive ) : FileInfoList
pattern string
recursive bool
리턴 FileInfoList

IPhoneResourceArchive() 공개 메소드

public IPhoneResourceArchive ( string name, string type ) : System
name string
type string
리턴 System

List() 공개 메소드

public List ( bool recursive ) : List
recursive bool
리턴 List

ListFileInfo() 공개 메소드

public ListFileInfo ( bool recursive ) : FileInfoList
recursive bool
리턴 FileInfoList

Load() 공개 메소드

public Load ( ) : void
리턴 void

Open() 공개 메소드

public Open ( string filename, bool readOnly ) : System.IO.Stream
filename string
readOnly bool
리턴 System.IO.Stream

Unload() 공개 메소드

public Unload ( ) : void
리턴 void