Mono Class Library: Overview

System.Buffer: Members

The members of System.Buffer are listed below.

See Also: Inherited members from System.Object

Public Methods

static
BlockCopy(Array, int, Array, int, int)
Copy a block of data on the byte level between two arrays.
static
ByteLength(Array) : int
Give the length of an Arrray in bytes.
static
GetByte(Array, int) : byte
Give a single byte from within an array.
static
SetByte(Array, int, byte)
Set a single byte in an array to a specified value.