| Buffer Class |
Namespace: System
public static class Buffer
The Buffer type exposes the following members.
| Name | Description | |
|---|---|---|
| BlockCopy | Copies a specified number of bytes from a source array starting at a particular offset to a destination array starting at a particular offset. | |
| ByteLength | Returns the number of bytes in the specified array. | |
| GetByte | Retrieves the byte at a specified location in a specified array. |