Langue

IGatheringByteChannelExtensions.WriteAsync Méthode

Définition

Surcharges

WriteAsync(IGatheringByteChannel, ByteBuffer[])

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

Paramètres

srcs
ByteBuffer[]

Retours

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

WriteAsync(IGatheringByteChannel, ByteBuffer[], Int32, Int32)

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

Paramètres

srcs
ByteBuffer[]
offset
Int32
length
Int32

Retours

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à