Method | Description | |
---|---|---|
AddFileToZip ( Stream streamToAdd, string streamFileNameToAdd, string destFolder ) : void | ||
AddFileToZip ( string fileToAdd, string destFolder ) : void | ||
CloseZipFile ( ) : void | ||
OpenZipFile ( string zipFilename ) : void |
Method | Description | |
---|---|---|
CopyStream ( Stream input, Stream output ) : void | ||
GetDestFilename ( string destFolder, string fileName ) : string |
public AddFileToZip ( Stream streamToAdd, string streamFileNameToAdd, string destFolder ) : void | ||
streamToAdd | Stream | |
streamFileNameToAdd | string | |
destFolder | string | |
return | void |
public AddFileToZip ( string fileToAdd, string destFolder ) : void | ||
fileToAdd | string | |
destFolder | string | |
return | void |
public OpenZipFile ( string zipFilename ) : void | ||
zipFilename | string | |
return | void |