IScatteringByteChannelExtensions.ReadAsync 方法

定义

重载

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>

参数

dsts
ByteBuffer[]

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

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>

参数

dsts
ByteBuffer[]
offset
Int32
length
Int32

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于