RandomAccessFile.ReadFullyAsync Method

Definition

Overloads

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

ReadFullyAsync(Byte[], Int32, Int32)

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

Parameters

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

ReadFullyAsync(Byte[])

public System.Threading.Tasks.Task ReadFullyAsync (byte[]? b);
member this.ReadFullyAsync : byte[] -> System.Threading.Tasks.Task

Parameters

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