The following tables list the members exposed by ZipReader.
Public Constructors
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose | Overloaded. Provides correct cleanup of resources in the base class and its derived classes. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetItemDataStream | Returns a new Stream object that implements a read-only stream around the ReadItemData method. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ReadEndHeader | Reads the "Ending Header" in the zip stream and returns a ZipEndHeader object. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ReadItemData | Overloaded. Reads a sequence of bytes from the ZipReader's stream and advances the position within by the number of bytes read. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ReadItemLocalHeader | Overloaded. Reads the local header of the current item from the Zip file. |
Top
Public Events
See Also