ByteArrayBuffer.Append Method

Definition

Overloads

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

Parameters

b
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

off
Int32
len
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

b
Byte[]
off
Int32
len
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

b
Char[]
off
Int32
len
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to