C# Class SharpZipLibUnzipper, NewCloud

Inheritance: IUnzipper
Mostrar archivo Open project: nileshlg2003/NewCloud

Public Methods

Method Description
UnzipFile ( string path, string fileNameinZip ) : Stream

Private Methods

Method Description
SharpZipLibUnzipper ( ) : System.IO

register an instance of this class at the singleton immediately

Method Details

UnzipFile() public method

public UnzipFile ( string path, string fileNameinZip ) : Stream
path string
fileNameinZip string
return Stream