Method | Description | |
---|---|---|
AddFileToZip ( string zipFilename, string fileToAdd ) : void | ||
Extract ( string sourceFile, string destinationPath ) : int | ||
GetMD5FromAZip ( string filePath ) : string |
Method | Description | |
---|---|---|
CopyStream ( System inputStream, System outputStream ) : void | ||
DecompressAndWriteFile ( string destination, |
public static AddFileToZip ( string zipFilename, string fileToAdd ) : void | ||
zipFilename | string | |
fileToAdd | string | |
return | void |
public static Extract ( string sourceFile, string destinationPath ) : int | ||
sourceFile | string | |
destinationPath | string | |
return | int |
public static GetMD5FromAZip ( string filePath ) : string | ||
filePath | string | |
return | string |