Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
Writes a byte to the current stream at the current position.
Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
Syntax
| C# |
|---|
public override void WriteByte( byte value ) |
Parameters
- value
- Type: System..::..Byte
The byte to write.
Exceptions
| Exception | Condition |
|---|---|
| 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. |