C# Class AlphaTab.Platform.CSharp.CsFileLoader

This file loader loads binary files using the native apis
Inheritance: IFileLoader
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
LoadBinary ( string path ) : byte[]
LoadBinaryAsync ( string path, Action success, Action error ) : void

Method Details

LoadBinary() public method

public LoadBinary ( string path ) : byte[]
path string
return byte[]

LoadBinaryAsync() public method

public LoadBinaryAsync ( string path, Action success, Action error ) : void
path string
success Action
error Action
return void