Returns the current size that can be read from the current entry if available
public override long Length {get;}
Exceptions
Exception Type | Condition |
---|---|
ZipException | Thrown if the entry size is not known. |
InvalidOperationException | Thrown if no entry is currently available. |
See Also
ZipInputStream Class | ICSharpCode.SharpZipLib.Zip Namespace