CharArrayBuffer.Append 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- obj
- Object
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
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
参数
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
Append(Char)
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
参数
- str
- String
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
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
参数
- off
- Int32
- len
- Int32
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
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
参数
- off
- Int32
- len
- Int32
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
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
参数
- b
- Byte[]
- off
- Int32
- len
- Int32
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
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
参数
- b
- Char[]
- off
- Int32
- len
- Int32
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。