共用方式為


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 屬性授權中所述的詞彙使用。

適用於