In This Topic
For a list of all members of this type, see ZipReader members.
Public Methods
| Name | Description |
 | Dispose | Overloaded. Provides correct cleanup of resources in the base class and its derived classes. |
 | GetItemDataStream | Returns a new Stream object that implements a read-only stream around the ReadItemData method. |
 | ReadEndHeader | Reads the "Ending Header" in the zip stream and returns a ZipEndHeader object. |
 | ReadItemData | Overloaded. Reads a sequence of bytes from the ZipReader's stream and advances the position within by the number of bytes read. |
 | ReadItemLocalHeader | Overloaded. Reads the local header of the current item from the Zip file. |
Top
See Also