Click or drag to resize

BinaryMemoryStreamWriteByte Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Writes a byte to the current stream at the current position.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public override void WriteByte(
	byte value
)

Parameters

value
Type: SystemByte
The byte to write.
Exceptions
ExceptionCondition
NotSupportedException The stream does not support writing or the current position is at the end of the stream, and the capacity cannot be modified.
ObjectDisposedException The current stream is closed.
See Also