Adds a stream to the current zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public void Add(
	Stream stream,
	string entryName
)
Visual Basic
Public Sub Add ( _
	stream As Stream, _
	entryName As String _
)

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.

See Also