Condividi tramite


IScatteringByteChannelExtensions.ReadAsync Metodo

Definizione

Overload

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>

Parametri

dsts
ByteBuffer[]

Restituisce

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica 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>

Parametri

dsts
ByteBuffer[]
offset
Int32
length
Int32

Restituisce

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a