C# Class ManicDigger.GetFileStream

Inheritance: IGetFileStream
Afficher le fichier Open project: henon/manic_digger Class Usage Examples

Méthodes publiques

Свойство Type Description
DataPaths string[]

Méthodes publiques

Méthode Description
GetFile ( string filename ) : Stream
GetFileStream ( IEnumerable datapaths ) : System
SetFile ( string name, byte data ) : void

Method Details

GetFile() public méthode

public GetFile ( string filename ) : Stream
filename string
Résultat Stream

GetFileStream() public méthode

public GetFileStream ( IEnumerable datapaths ) : System
datapaths IEnumerable
Résultat System

SetFile() public méthode

public SetFile ( string name, byte data ) : void
name string
data byte
Résultat void

Property Details

DataPaths public_oe property

public string[] DataPaths
Résultat string[]