Overload | Description |
---|---|
Add(Stream,String,DateTime) | Adds a stream to the current zip file. |
Add(Stream,String) | Adds a stream to the current zip file. |
Add(String) | Adds an entry to the current zip file. |
Add(String[]) | Adds a list of entries to the current zip file. |
Add(String,Int32) | Adds an entry to the current zip file. |
Add(String,String) | Adds an entry to the current zip file. |
Add(String,String,DateTime) | Adds an entry to the current zip file. |
Add(C1ZipEntry) | (Inherited from System.Collections.Generic.List<C1ZipEntry>) |