IDataInputExtensions.ReadFullyAsync 方法

定义

重载

ReadFullyAsync(IDataInput, Byte[])
ReadFullyAsync(IDataInput, Byte[], Int32, Int32)

ReadFullyAsync(IDataInput, Byte[])

public static System.Threading.Tasks.Task ReadFullyAsync (this Java.IO.IDataInput self, byte[]? b);
static member ReadFullyAsync : Java.IO.IDataInput * byte[] -> System.Threading.Tasks.Task

参数

self
IDataInput
b
Byte[]

返回

注解

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

适用于

ReadFullyAsync(IDataInput, Byte[], Int32, Int32)

public static System.Threading.Tasks.Task ReadFullyAsync (this Java.IO.IDataInput self, byte[]? b, int off, int len);
static member ReadFullyAsync : Java.IO.IDataInput * byte[] * int * int -> System.Threading.Tasks.Task

参数

self
IDataInput
b
Byte[]
off
Int32
len
Int32

返回

注解

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

适用于