Reads a byte from the current zip entry.
public override int ReadByte();
Return Value
The byte or -1 if end of stream is reached.
Exceptions
| Exception Type | Condition |
|---|---|
| The deflated stream is corrupted. | |
| An i/o error occured. |
See Also
ZipInputStream Class | ICSharpCode.SharpZipLib.Zip Namespace