C# Class SICore.PlatformSpecific.CoreManager

Логика, различающаяся на разных платформах
Mostra file Open project: CrafterKolyan/SI-Remastered Class Usage Examples

Public Methods

Method Description
FileExists ( string filePath ) : bool
GetData ( string filename ) : byte[]
GetFile ( string filePath ) : Stream

Protected Methods

Method Description
CoreManager ( ) : System.IO

Method Details

CoreManager() protected method

protected CoreManager ( ) : System.IO
return System.IO

FileExists() public abstract method

public abstract FileExists ( string filePath ) : bool
filePath string
return bool

GetData() public abstract method

public abstract GetData ( string filename ) : byte[]
filename string
return byte[]

GetFile() public abstract method

public abstract GetFile ( string filePath ) : Stream
filePath string
return Stream