FileChannel.TransferFromAsync(IReadableByteChannel, Int64, Int64) Method

Definition

public System.Threading.Tasks.Task<long> TransferFromAsync (Java.Nio.Channels.IReadableByteChannel? src, long position, long count);
member this.TransferFromAsync : Java.Nio.Channels.IReadableByteChannel * int64 * int64 -> System.Threading.Tasks.Task<int64>

Parameters

position
Int64
count
Int64

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