Reads a byte from the stream.

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

Syntax

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

Return Value

Returns the read byte.

See Also