Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipReader Class / ZipReader Constructor


In This Topic
    ZipReader Constructor
    In This Topic
    Initializes a new instance of the ZipReader class.
    Overload List
    OverloadDescription
    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.  
    Initializes a new instance of the ZipReader class using the specified input stream and decryption password, and not allowing the object to close the input stream.  
    Initializes a new instance of the ZipReader class using the specified input stream, an empty decryption password, and optionally allowing the object to close the input stream.  
    Initializes a new instance of the ZipReader class using the specified input stream, decryption password, and optionally allowing the object to close the input stream.  
    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