Java.Nio.Channels.IScatteringByteChannel
The interface for channels that can read data into a set of buffers in a single operation.

See Also: IScatteringByteChannel Members

Syntax

[Android.Runtime.Register("java/nio/channels/ScatteringByteChannel", "", "Java.Nio.Channels.IScatteringByteChannelInvoker")]
public interface IScatteringByteChannel : IReadableByteChannel, IDisposable

Remarks

The interface for channels that can read data into a set of buffers in a single operation. The corresponding interface for writes is Java.Nio.Channels.IGatheringByteChannel.

[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