Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipReader Class / ZipReader Constructor / ZipReader Constructor(Stream)
The stream from which the zip archive will be read.


In This Topic
    ZipReader Constructor(Stream)
    In This Topic
    Initializes a new instance of the ZipReader class, using the provided input stream, and using an empty decryption password and not allowing the object to close the input stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal inputStream As Stream _
    )
    'Usage
     
    Dim inputStream As Stream
     
    Dim instance As New ZipReader(inputStream)
    public ZipReader( 
       Stream inputStream
    )

    Parameters

    inputStream
    The stream from which the zip archive will be read.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also