BinaryMemoryStreamWrite Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Writes a block of bytes to the current stream using data read
from buffer.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic override void Write(
byte[] buffer,
int offset,
int count
)
Parameters
- buffer
- Type: SystemByte
The buffer to write data from.
- offset
- Type: SystemInt32
The byte offset in buffer at which to begin writing from.
- count
- Type: SystemInt32
The maximum number of bytes to write.
Exceptions
See Also