Buffer Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
|
SetByte | Assigns a specified value to a byte at a particular location in a specified array. |
Show: