Click or drag to resize

ShieldedStreamReadByte Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntax
C#
public override int ReadByte()

Return Value

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