Java.Nio.Channels.IGatheringByteChannel
The interface for channels that can write a set of buffers in a single operation.

See Also: IGatheringByteChannel Members

Syntax

[Android.Runtime.Register("java/nio/channels/GatheringByteChannel", "", "Java.Nio.Channels.IGatheringByteChannelInvoker")]
public interface IGatheringByteChannel : IWritableByteChannel, IDisposable

Remarks

The interface for channels that can write a set of buffers in a single operation. The corresponding interface for read operations is Java.Nio.Channels.IScatteringByteChannel.

[Android Documentation]

Requirements

Namespace: Java.Nio.Channels
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1