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, bool useMemory ) |
Visual Basic |
---|
Public Function OpenWriter ( _ entryName As String, _ useMemory As Boolean _ ) As Stream |
Parameters
- entryName
- Type: System..::..String
The name of the new entry.
- useMemory
- Type: System..::..Boolean
Whether to use a memory stream or temporary file.