IGatheringByteChannelExtensions.WriteAsync Method

Definition

Overloads

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

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>

Parameters

srcs
ByteBuffer[]

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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>

Parameters

srcs
ByteBuffer[]
offset
Int32
length
Int32

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to