RandomAccessFile.ReadAsync Método

Definición

Sobrecargas

ReadAsync()

public System.Threading.Tasks.Task<int> ReadAsync();
member this.ReadAsync : unit -> System.Threading.Tasks.Task<int>

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

ReadAsync(Byte[])

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

Parámetros

b
Byte[]

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

ReadAsync(Byte[], Int32, Int32)

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

Parámetros

b
Byte[]
off
Int32
len
Int32

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a