ByteArrayBuffer.Append 方法

定义

重载

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

参数

b
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 属性许可证中所述的术语使用。

适用于