C# Class AcManager.Tools.ContentInstallation.ZipContentInstallator

Inheritance: BaseContentInstallator
Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
Create ( string filename ) : Task
Dispose ( ) : void

Protected Methods

Method Description
GetBaseId ( ) : string
GetFileEntriesAsync ( ) : Task>

Private Methods

Method Description
CreateExtractorAsync ( ) : System.Threading.Tasks.Task
ZipContentInstallator ( string filename ) : System

Method Details

Create() public static method

public static Create ( string filename ) : Task
filename string
return Task

Dispose() public method

public Dispose ( ) : void
return void

GetBaseId() protected method

protected GetBaseId ( ) : string
return string

GetFileEntriesAsync() protected method

protected GetFileEntriesAsync ( ) : Task>
return Task>