C# 클래스 Endjin.Templify.Domain.Domain.Packager.Processors.SevenZipProcessor

상속: IArchiveProcessor
파일 보기 프로젝트 열기: endjin/Templify

공개 메소드들

메소드 설명
Extract ( string archivePath, string filePath ) : Stream
Extract ( string archivePath, string installPath, List files ) : void

비공개 메소드들

메소드 설명
ExtractionFinished ( object sender, EventArgs e ) : void
SetLibraryPath ( ) : void
SevenZipProcessor ( IErrorLogger errorLogger, IProgressNotifier progressNotifier ) : System

메소드 상세

Extract() 공개 메소드

public Extract ( string archivePath, string filePath ) : Stream
archivePath string
filePath string
리턴 Stream

Extract() 공개 메소드

public Extract ( string archivePath, string installPath, List files ) : void
archivePath string
installPath string
files List
리턴 void