C# Class AcManager.Tools.ContentInstallation.SharpCompressContentInstallator.ArchiveFileInfo

Inheritance: IFileInfo
Show file Open project: gro-ove/actools

Public Methods

Method Description
ArchiveFileInfo ( IArchiveEntry archiveEntry ) : System
CopyTo ( string destination ) : System.Threading.Tasks.Task
ReadAsync ( ) : Task

Method Details

ArchiveFileInfo() public method

public ArchiveFileInfo ( IArchiveEntry archiveEntry ) : System
archiveEntry IArchiveEntry
return System

CopyTo() public method

public CopyTo ( string destination ) : System.Threading.Tasks.Task
destination string
return System.Threading.Tasks.Task

ReadAsync() public method

public ReadAsync ( ) : Task
return Task