C# Class SciterSharp.SciterArchive

Mostra file Open project: MISoftware/SciterSharp Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Get ( string path ) : byte[]
Open ( byte res_array ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Get() public method

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

Open() public method

public Open ( byte res_array ) : void
res_array byte
return void