C# Class ManicDigger.GetFileStream

Inheritance: IGetFileStream
Mostra file Open project: henon/manic_digger Class Usage Examples

Public Properties

Property Type Description
DataPaths string[]

Public Methods

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

Method Details

GetFile() public method

public GetFile ( string filename ) : Stream
filename string
return Stream

GetFileStream() public method

public GetFileStream ( IEnumerable datapaths ) : System
datapaths IEnumerable
return System

SetFile() public method

public SetFile ( string name, byte data ) : void
name string
data byte
return void

Property Details

DataPaths public_oe property

public string[] DataPaths
return string[]