Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipReader Class
Properties Methods Events


In This Topic
    ZipReader Class Members
    In This Topic

    The following tables list the members exposed by ZipReader.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a manager object for the AES encryption functionality.  
    Public PropertyGets or sets a boolean value indicating whether the input stream can be closed by the object.  
    Public Property  
    Public PropertyGets or sets the encryption password that will be used to decrypt the files that are read from the zip stream.  
    Public Property  
    Public PropertyGets the input Stream object that was specified at construction.  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Provides correct cleanup of resources in the base class and its derived classes.  
    Public MethodReturns a new Stream object that implements a read-only stream around the ReadItemData method.  
    Public MethodReads the "Ending Header" in the zip stream and returns a ZipEndHeader object.  
    Public MethodOverloaded. Reads a sequence of bytes from the ZipReader's stream and advances the position within by the number of bytes read.  
    Public MethodOverloaded. Reads the local header of the current item from the Zip file.  
    Top
    Public Events
     NameDescription
    Public EventRaised when ReadItemData has been called.  
    Public EventRaised when the supplied password is invalid.  
    Top
    See Also