| ReadBufferRead Method |
| Name | Description | |
|---|---|---|
| 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.
|