C# 클래스 OpenRA.Mods.Common.FileFormats.InstallShieldCABCompression

파일 보기 프로젝트 열기: OpenRA/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
ExtractFile ( string filename, Stream output, Action onProgress = null ) : void
InstallShieldCABCompression ( Stream header, Stream>.Dictionary volumes ) : System

비공개 메소드들

메소드 설명
ExtractFile ( FileDescriptor file, Stream output, Action onProgress = null ) : void

메소드 상세

ExtractFile() 공개 메소드

public ExtractFile ( string filename, Stream output, Action onProgress = null ) : void
filename string
output Stream
onProgress Action
리턴 void

InstallShieldCABCompression() 공개 메소드

public InstallShieldCABCompression ( Stream header, Stream>.Dictionary volumes ) : System
header Stream
volumes Stream>.Dictionary
리턴 System