ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZStreamReader Class / C1ZStreamReader Constructor / C1ZStreamReader Constructor(Stream)
Input stream that contains the compressed data.

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

    Parameters

    baseStream
    Input stream that contains the compressed data.
    See Also