Java.Nio.Channels.IWritableByteChannel
A WritableByteChannel is a type of Java.Nio.Channels.IChannel that can write bytes.

See Also: IWritableByteChannel Members

Syntax

[Android.Runtime.Register("java/nio/channels/WritableByteChannel", "", "Java.Nio.Channels.IWritableByteChannelInvoker")]
public interface IWritableByteChannel : IChannel, IDisposable

Remarks

A WritableByteChannel is a type of Java.Nio.Channels.IChannel that can write bytes.

Write operations are synchronous on a WritableByteChannel, that is, if a write is already in progress on the channel then subsequent writes will block until the first write completes. It is undefined whether non-write operations will block.

[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