Create a new ZipFile whose data will be stored on a stream.
Overload List
Create a new ZipFile whose data will be stored on a stream.
public static ZipFile Create(Stream);
Create a new ZipFile whose data will be stored in a file.
public static ZipFile Create(string);