C# Class Axiom.Platform.IPhone.IPhoneResourceArchive

Inheritance: Axiom.FileSystem.Archive
Show file Open project: WolfgangSt/axiom

Public Methods

Method 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 method

public Exists ( string fileName ) : bool
fileName string
return bool

Find() public method

public Find ( string pattern, bool recursive ) : List
pattern string
recursive bool
return List

FindFileInfo() public method

public FindFileInfo ( string pattern, bool recursive ) : FileInfoList
pattern string
recursive bool
return FileInfoList

IPhoneResourceArchive() public method

public IPhoneResourceArchive ( string name, string type ) : System
name string
type string
return System

List() public method

public List ( bool recursive ) : List
recursive bool
return List

ListFileInfo() public method

public ListFileInfo ( bool recursive ) : FileInfoList
recursive bool
return FileInfoList

Load() public method

public Load ( ) : void
return void

Open() public method

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

Unload() public method

public Unload ( ) : void
return void