ZipFile.Create Method (Stream)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Create Method (Stream)

Create a new ZipFile whose data will be stored on a stream.

public static ZipFile Create(
   Stream outStream
);

Parameters

outStream
The stream providing data storage.

Return Value

Returns the newly created ZipFile

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace | ZipFile.Create Overload List