C# 클래스 OpenRA.FileSystem.ZipFolder

상속: IReadOnlyPackage
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
Contains ( string filename ) : bool
Dispose ( ) : void
GetStream ( string filename ) : Stream
ZipFolder ( FileSystem context, ZipFile parent, string path, string filename ) : System

비공개 메소드들

메소드 설명
ZipFolder ( ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( string filename ) : bool
filename string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetStream() 공개 메소드

public GetStream ( string filename ) : Stream
filename string
리턴 Stream

ZipFolder() 공개 메소드

public ZipFolder ( FileSystem context, ZipFile parent, string path, string filename ) : System
context FileSystem
parent ZipFile
path string
filename string
리턴 System