C# Class SenseNet.Packaging.Internal.ZipUnpacker

Inheritance: IUnpacker
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
Unpack ( string fsPath ) : IManifest[]

Private Methods

Method Description
Extract ( string zipFilePath, string extractDir ) : void

Method Details

Unpack() public method

public Unpack ( string fsPath ) : IManifest[]
fsPath string
return IManifest[]