Reads a byte form the file stream.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
int ReadByte()
Visual Basic
Function ReadByte As Integer
Visual C++
int ReadByte()

Return Value

The read byte value.

See Also