Opens a stream for writing an entry into the zip file.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public Stream OpenWriter( string entryName, DateTime dateTime, bool useMemory ) |
Visual Basic |
---|
Public Function OpenWriter ( _ entryName As String, _ dateTime As DateTime, _ useMemory As Boolean _ ) As Stream |
Parameters
- entryName
- Type: System..::..String
The name of the new entry.
- dateTime
- Type: System..::..DateTime
The date and time when the file was last modified.
- useMemory
- Type: System..::..Boolean
Whether to use a memory stream or temporary file.