IDataInputExtensions.ReadFullyAsync Method

Definition

Overloads

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

Parameters

self
IDataInput
b
Byte[]

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

self
IDataInput
b
Byte[]
off
Int32
len
Int32

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to