[This is preliminary documentation and is subject to change.]
Represents a growable segment of an array, used for deserialization.
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public struct RecvBuffer
The RecvBuffer type exposes the following members.
Fields
Name | Description | |
---|---|---|
Buffer |
The array that backs this buffer.
| |
CurrentPos |
The current offset in the backing array.
| |
End |
The offset (in the backing array) of the first byte after the end of this buffer.
|
Properties
Name | Description | |
---|---|---|
Available |
The number of bytes that have not been consumed from this buffer.
|
See Also