C# Class AcManager.Tools.ContentInstallation.SharpCompressContentInstallator

Inheritance: BaseContentInstallator
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string filename ) : Task
Dispose ( ) : void
TrySetPasswordAsync ( string password ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
GetBaseId ( ) : string
GetFileEntriesAsync ( ) : Task>

Private Methods

Méthode Description
CreateExtractor ( string filename, string password ) : IArchive
CreateExtractorAsync ( ) : System.Threading.Tasks.Task
SharpCompressContentInstallator ( string filename ) : System

Method Details

Create() public static méthode

public static Create ( string filename ) : Task
filename string
Résultat Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBaseId() protected méthode

protected GetBaseId ( ) : string
Résultat string

GetFileEntriesAsync() protected méthode

protected GetFileEntriesAsync ( ) : Task>
Résultat Task>

TrySetPasswordAsync() public méthode

public TrySetPasswordAsync ( string password ) : System.Threading.Tasks.Task
password string
Résultat System.Threading.Tasks.Task