NSMutableData.AppendBytes Méthode

Définition

Surcharges

AppendBytes(Byte[])
AppendBytes(IntPtr, nuint)

Ajoute le nombre d’octets spécifié à ce NSMutableData.

AppendBytes(Byte[], nint, nint)

AppendBytes(Byte[])

public void AppendBytes (byte[] bytes);
member this.AppendBytes : byte[] -> unit

Paramètres

bytes
Byte[]

S’applique à

AppendBytes(IntPtr, nuint)

Ajoute le nombre d’octets spécifié à ce NSMutableData.

[Foundation.Export("appendBytes:length:")]
public virtual void AppendBytes (IntPtr bytes, nuint len);
abstract member AppendBytes : nativeint * nuint -> unit
override this.AppendBytes : nativeint * nuint -> unit

Paramètres

bytes
IntPtr

nativeint

len
System.System.UIntPtr System.unativeint
Attributs

S’applique à

AppendBytes(Byte[], nint, nint)

public void AppendBytes (byte[] bytes, nint start, nint len);
member this.AppendBytes : byte[] * nint * nint -> unit

Paramètres

bytes
Byte[]
start
System.System.IntPtr System.nativeint
len
System.System.IntPtr System.nativeint

S’applique à