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

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override void WriteByte(
	byte value
)

Parameters

value
Type: System..::.Byte
The byte to write to the stream.

See Also