Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override int ReadByte()

Field Value

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

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.ShieldedStream.ReadByte"]

See Also