|
|
System.Buffer Class |
|
|
Description | |
|
The Buffer class treats a buffer as an array of primitive elements, where each element is treated as simply a single byte or a fixed number of bytes.
The primitive element characteristics are ignored - they are simply treated as a set of 1 or more bytes.
|
|
Methods | |
|
| BlockCopy | Copies a block of bytes from one primitive array to another |
| ByteLength | Gives the size of a primitive data array as a total of bytes |
| GetByte | Gets the byte at the given index position in an array of primitive data |
| SetByte | Sets the byte at the given index position in an array of primitive data |
|
|
|
Microsoft MSDN links | |
|
|
|
|
|
|