Adds a stream to the current zip file.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public void Add( Stream stream, string entryName, DateTime dateTime ) |
Visual Basic |
---|
Public Sub Add ( _ stream As Stream, _ entryName As String, _ dateTime As DateTime _ ) |
Parameters
- stream
- Type: System.IO..::..Stream
Stream that contains data for the new entry.
- entryName
- Type: System..::..String
Name to be used for the new entry.
- dateTime
- Type: System..::..DateTime
The date and time when the file was last modified.