OutputStreamAdapter.Write 方法

定义

重载

Write(Byte[])
Write(Int32)
Write(Byte[], Int32, Int32)

Write(Byte[])

public override void Write (byte[] buffer);
override this.Write : byte[] -> unit

参数

buffer
Byte[]

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

Write(Int32)

public override void Write (int oneByte);
override this.Write : int -> unit

参数

oneByte
Int32

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

Write(Byte[], Int32, Int32)

public override void Write (byte[] buffer, int offset, int length);
override this.Write : byte[] * int * int -> unit

参数

buffer
Byte[]
offset
Int32
length
Int32

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于