Compartilhar via


IScatteringByteChannelExtensions.ReadAsync Método

Definição

Sobrecargas

ReadAsync(IScatteringByteChannel, ByteBuffer[])
ReadAsync(IScatteringByteChannel, ByteBuffer[], Int32, Int32)

ReadAsync(IScatteringByteChannel, ByteBuffer[])

public static System.Threading.Tasks.Task<long> ReadAsync (this Java.Nio.Channels.IScatteringByteChannel self, Java.Nio.ByteBuffer[]? dsts);
static member ReadAsync : Java.Nio.Channels.IScatteringByteChannel * Java.Nio.ByteBuffer[] -> System.Threading.Tasks.Task<int64>

Parâmetros

dsts
ByteBuffer[]

Retornos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

ReadAsync(IScatteringByteChannel, ByteBuffer[], Int32, Int32)

public static System.Threading.Tasks.Task<long> ReadAsync (this Java.Nio.Channels.IScatteringByteChannel self, Java.Nio.ByteBuffer[]? dsts, int offset, int length);
static member ReadAsync : Java.Nio.Channels.IScatteringByteChannel * Java.Nio.ByteBuffer[] * int * int -> System.Threading.Tasks.Task<int64>

Parâmetros

dsts
ByteBuffer[]
offset
Int32
length
Int32

Retornos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a