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

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

공개 메소드들

메소드 설명
ExtractFile ( string filename, Stream output, Action onProgress = null ) : void
MSCabCompression ( Stream stream ) : System

메소드 상세

ExtractFile() 공개 메소드

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

MSCabCompression() 공개 메소드

public MSCabCompression ( Stream stream ) : System
stream Stream
리턴 System