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

Writes a byte to the current stream at the current position.

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.

Exceptions

ExceptionCondition
System..::.NotSupportedException The stream does not support writing or the current position is at the end of the stream, and the capacity cannot be modified.
System..::.ObjectDisposedException The current stream is closed.

See Also