CharArrayBuffer.Append Method

Definition

Overloads

Append(Object)
Append(CharArrayBuffer)
Append(Char)
Append(String)
Append(ByteArrayBuffer, Int32, Int32)
Append(CharArrayBuffer, Int32, Int32)
Append(Byte[], Int32, Int32)
Append(Char[], Int32, Int32)

Append(Object)

[Android.Runtime.Register("append", "(Ljava/lang/Object;)V", "")]
public void Append (Java.Lang.Object? obj);
[<Android.Runtime.Register("append", "(Ljava/lang/Object;)V", "")>]
member this.Append : Java.Lang.Object -> unit

Parameters

obj
Object
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)

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

Parameters

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)

[Android.Runtime.Register("append", "(C)V", "")]
public void Append (char ch);
[<Android.Runtime.Register("append", "(C)V", "")>]
member this.Append : char -> unit

Parameters

ch
Char
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(String)

[Android.Runtime.Register("append", "(Ljava/lang/String;)V", "")]
public void Append (string? str);
[<Android.Runtime.Register("append", "(Ljava/lang/String;)V", "")>]
member this.Append : string -> unit

Parameters

str
String
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(ByteArrayBuffer, Int32, Int32)

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