C# 클래스 MGDF.GamesManager.Model.Archive

상속: IArchiveFile
파일 보기 프로젝트 열기: mrsharpoblunto/MGDF 1 사용 예제들

공개 메소드들

메소드 설명
Archive ( ZipFile file, IArchiveFile parent, string name ) : System
Archive ( ZipFile file, IArchiveFile parent, string name, ZipEntry entry ) : System
Dispose ( ) : void
GetFile ( string filename ) : IArchiveFile
OpenStream ( ) : Stream

메소드 상세

Archive() 공개 메소드

public Archive ( ZipFile file, IArchiveFile parent, string name ) : System
file ICSharpCode.SharpZipLib.Zip.ZipFile
parent IArchiveFile
name string
리턴 System

Archive() 공개 메소드

public Archive ( ZipFile file, IArchiveFile parent, string name, ZipEntry entry ) : System
file ICSharpCode.SharpZipLib.Zip.ZipFile
parent IArchiveFile
name string
entry ICSharpCode.SharpZipLib.Zip.ZipEntry
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFile() 공개 메소드

public GetFile ( string filename ) : IArchiveFile
filename string
리턴 IArchiveFile

OpenStream() 공개 메소드

public OpenStream ( ) : Stream
리턴 Stream