Click or drag to resize
WriteBuffer Methods

The WriteBuffer type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFlush
Empties the contents of the buffer by calling the callback specified at construction.
Public methodFlushAsync
Asynchronously empties the contents of the buffer by calling the callback specified at construction.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReserve
Ensures that size <= (Capacity - Count).
Public methodReserveAsync
Asynchronously ensures that size <= (Capacity - Count).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Writes the array segment identified by buffer, offset and count to the buffer.
Public methodWriteAsUtf8
Writes the UTF-8 representation of value to the buffer.
Public methodWriteAsync
Asynchronously writes the array segment identified by buffer, offset and count to the buffer.
Top
See Also