Mono Class Library: OverviewSystem.Buffer: Members |
The members of System.Buffer are listed below.
See Also: Inherited members from System.Object
staticBlockCopy(Array, int, Array, int, int) Copy a block of data on the byte level between two arrays. staticByteLength(Array) : int Give the length of an Arrray in bytes. staticGetByte(Array, int) : byte Give a single byte from within an array. staticSetByte(Array, int, byte) Set a single byte in an array to a specified value.