| ReadBuffer Methods |
The ReadBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Fill(Int32) | ||
| Fill(Byte, Int32, Int32) | Reads exactly count bytes from the buffer. | |
| FillAsync(Int32, CancellationToken) | ||
| FillAsync(Byte, Int32, Int32, CancellationToken) | Asynchronously reads exactly count bytes from the buffer. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Read | Reads bytes into the buffer by calling the callback specified during construction exactly once.
| |
| Read(Byte, Int32, Int32) | Reads bytes from the buffer by calling the callback specified during construction at most once.
| |
| ReadAsync(CancellationToken) | Asynchronously reads bytes into the buffer by calling the callback specified during construction
exactly once. | |
| ReadAsync(Byte, Int32, Int32, CancellationToken) | Asynchronously reads bytes from the buffer by calling the callback specified during construction at
most once. | |
| ReadUtf8 | Reads an UTF-8-encoded string from the buffer. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |