ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntryCollection Class / Add Method / Add(Stream,String) Method
Stream that contains data for the new entry.
Name to be used for the new entry.

In This Topic
    Add(Stream,String) Method
    In This Topic
    Adds a stream to the current zip file.
    Syntax
    Public Overloads Sub Add( _
       ByVal stream As Stream, _
       ByVal entryName As String _
    ) 
    public void Add( 
       Stream stream,
       string entryName
    )

    Parameters

    stream
    Stream that contains data for the new entry.
    entryName
    Name to be used for the new entry.
    See Also