WriteBuffer Methods | ![]() |
The WriteBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Flush | Empties the contents of the buffer by calling the callback specified at construction. |
![]() | FlushAsync | Asynchronously empties the contents of the buffer by calling the callback specified at
construction. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Reserve | |
![]() | ReserveAsync | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write | Writes the array segment identified by buffer, offset and
count to the buffer. |
![]() | WriteAsUtf8 | Writes the UTF-8 representation of value to the buffer. |
![]() | WriteAsync | Asynchronously writes the array segment identified by buffer,
offset and count to the buffer. |