SharpCvsLib

CvsStream.ReadByte Method 

Reads one byte of decompressed data. The byte is baseInputStream the lower 8 bits of the int.

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

Return Value

The byte.

See Also

CvsStream Class | ICSharpCode.SharpCvsLib.Streams Namespace