Compartir a través de


ByteArrayBuffer.Append Método

Definición

Sobrecargas

Append(Int32)
Append(CharArrayBuffer, Int32, Int32)
Append(Byte[], Int32, Int32)
Append(Char[], Int32, Int32)

Append(Int32)

[Android.Runtime.Register("append", "(I)V", "")]
public void Append (int b);
[<Android.Runtime.Register("append", "(I)V", "")>]
member this.Append : int -> unit

Parámetros

b
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

Append(CharArrayBuffer, Int32, Int32)

[Android.Runtime.Register("append", "(Lorg/apache/http/util/CharArrayBuffer;II)V", "")]
public void Append (Org.Apache.Http.Util.CharArrayBuffer? b, int off, int len);
[<Android.Runtime.Register("append", "(Lorg/apache/http/util/CharArrayBuffer;II)V", "")>]
member this.Append : Org.Apache.Http.Util.CharArrayBuffer * int * int -> unit

Parámetros

off
Int32
len
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

Append(Byte[], Int32, Int32)

[Android.Runtime.Register("append", "([BII)V", "")]
public void Append (byte[]? b, int off, int len);
[<Android.Runtime.Register("append", "([BII)V", "")>]
member this.Append : byte[] * int * int -> unit

Parámetros

b
Byte[]
off
Int32
len
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

Append(Char[], Int32, Int32)

[Android.Runtime.Register("append", "([CII)V", "")]
public void Append (char[]? b, int off, int len);
[<Android.Runtime.Register("append", "([CII)V", "")>]
member this.Append : char[] * int * int -> unit

Parámetros

b
Char[]
off
Int32
len
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a