Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

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

Return Value

The unsigned byte cast to an Int32, or -1 if at the end of the stream.

See Also