C# Class MGDF.GamesManager.Model.Archive

Inheritance: IArchiveFile
ファイルを表示 Open project: mrsharpoblunto/MGDF Class Usage Examples

Public Methods

Method Description
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

Method Details

Archive() public method

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

Archive() public method

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
return System

Dispose() public method

public Dispose ( ) : void
return void

GetFile() public method

public GetFile ( string filename ) : IArchiveFile
filename string
return IArchiveFile

OpenStream() public method

public OpenStream ( ) : Stream
return Stream