ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamWriter Class / C1ZStreamWriter Constructor / C1ZStreamWriter Constructor(Stream)
Output stream that will contain the compressed data.

In This Topic
    C1ZStreamWriter Constructor(Stream)
    In This Topic
    Initializes a new instance of the C1ZStreamWriter class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal baseStream As System.IO.Stream _
    )
    public C1ZStreamWriter( 
       System.IO.Stream baseStream
    )

    Parameters

    baseStream
    Output stream that will contain the compressed data.
    See Also