C# 클래스 OpenRA.FileSystem.ZipFile

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

공개 메소드들

메소드 설명
Contains ( string filename ) : bool
Create ( string filename, IReadWritePackage parent ) : ZipFile
Delete ( string filename ) : void
Dispose ( ) : void
GetStream ( string filename ) : Stream
Update ( string filename, byte contents ) : void
ZipFile ( IReadOnlyFileSystem context, string filename ) : System.Collections
ZipFile ( Stream stream, string name, IReadOnlyPackage parent = null ) : System.Collections

비공개 메소드들

메소드 설명
Commit ( ) : void
ZipFile ( ) : System.Collections
ZipFile ( string filename, IReadWritePackage parent ) : System.Collections

메소드 상세

Contains() 공개 메소드

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

Create() 공개 정적인 메소드

public static Create ( string filename, IReadWritePackage parent ) : ZipFile
filename string
parent IReadWritePackage
리턴 ZipFile

Delete() 공개 메소드

public Delete ( string filename ) : void
filename string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetStream() 공개 메소드

public GetStream ( string filename ) : Stream
filename string
리턴 System.IO.Stream

Update() 공개 메소드

public Update ( string filename, byte contents ) : void
filename string
contents byte
리턴 void

ZipFile() 공개 메소드

public ZipFile ( IReadOnlyFileSystem context, string filename ) : System.Collections
context IReadOnlyFileSystem
filename string
리턴 System.Collections

ZipFile() 공개 메소드

public ZipFile ( Stream stream, string name, IReadOnlyPackage parent = null ) : System.Collections
stream System.IO.Stream
name string
parent IReadOnlyPackage
리턴 System.Collections