BinaryMemoryStreamWrite Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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