C# Class OpenRA.FileSystem.Folder

Inheritance: IReadWritePackage
Datei anzeigen Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
Contains ( string filename ) : bool
Delete ( string filename ) : void
Dispose ( ) : void
Folder ( string path ) : System.Collections.Generic
GetStream ( string filename ) : Stream
Update ( string filename, byte contents ) : void

Method Details

Contains() public method

public Contains ( string filename ) : bool
filename string
return bool

Delete() public method

public Delete ( string filename ) : void
filename string
return void

Dispose() public method

public Dispose ( ) : void
return void

Folder() public method

public Folder ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic

GetStream() public method

public GetStream ( string filename ) : Stream
filename string
return System.IO.Stream

Update() public method

public Update ( string filename, byte contents ) : void
filename string
contents byte
return void