ZipInputStream.ReadByte Method

Reads a byte from the current zip entry.

[Visual Basic]
Overrides Public Function ReadByte() As Integer
[C#]
public override int ReadByte();

Return Value

the byte or -1 on EOF.

Exceptions

Exception TypeCondition
ZipException if the deflated stream is corrupted.
IOException if a i/o error occured.

See Also

ZipInputStream Class | ZipInputStream Members | ICSharpCode.SharpZipLib.Zip Namespace