C# Class Axiom.Platform.IPhone.IPhoneResourceArchive

Inheritance: Axiom.FileSystem.Archive
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
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

Method Details

Exists() public méthode

public Exists ( string fileName ) : bool
fileName string
Résultat bool

Find() public méthode

public Find ( string pattern, bool recursive ) : List
pattern string
recursive bool
Résultat List

FindFileInfo() public méthode

public FindFileInfo ( string pattern, bool recursive ) : FileInfoList
pattern string
recursive bool
Résultat FileInfoList

IPhoneResourceArchive() public méthode

public IPhoneResourceArchive ( string name, string type ) : System
name string
type string
Résultat System

List() public méthode

public List ( bool recursive ) : List
recursive bool
Résultat List

ListFileInfo() public méthode

public ListFileInfo ( bool recursive ) : FileInfoList
recursive bool
Résultat FileInfoList

Load() public méthode

public Load ( ) : void
Résultat void

Open() public méthode

public Open ( string filename, bool readOnly ) : System.IO.Stream
filename string
readOnly bool
Résultat System.IO.Stream

Unload() public méthode

public Unload ( ) : void
Résultat void