C# Class ZipArchive.ZipArchiveFactory

Inheritance: ArchiveFactory
ファイルを表示 Open project: DarrenHassan/GDM4242-GroupD

Public Methods

Method Description
Dispose ( ) : void
ZipArchiveFactory ( ) : System

Protected Methods

Method Description
OnInit ( ) : bool
OnLoadArchive ( string fileName ) : Archive

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnInit() protected method

protected OnInit ( ) : bool
return bool

OnLoadArchive() protected method

protected OnLoadArchive ( string fileName ) : Archive
fileName string
return Archive

ZipArchiveFactory() public method

public ZipArchiveFactory ( ) : System
return System