ZipInputStream Properties
The properties of the ZipInputStream class are listed below. For a complete list of ZipInputStream class members, see the ZipInputStream Members topic.
Public Instance Properties
| Returns 1 if there is an entry available Otherwise returns 0. | |
| Gets a value indicating if there is a current entry and it can be decompressed | |
| Gets a value indicating whether the current stream supports reading | |
| Gets a value of false indicating seeking is not supported for this stream. | |
| Gets a value of false indicating that this stream is not writeable. | |
| Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also. | |
| Returns the current size that can be read from the current entry if available | |
| Optional password used for encryption when non-null | |
| The current position within the stream. Throws a NotSupportedException when attempting to set the position |
See Also
ZipInputStream Class | ICSharpCode.SharpZipLib.Zip Namespace