Java.Nio.Channels.IByteChannel
A ByteChannel is both readable and writable.

See Also: IByteChannel Members

Syntax

[Android.Runtime.Register("java/nio/channels/ByteChannel", "", "Java.Nio.Channels.IByteChannelInvoker")]
public interface IByteChannel : IReadableByteChannel, IWritableByteChannel, IDisposable

Remarks

A ByteChannel is both readable and writable.

The methods for the byte channel are precisely those defined by readable and writable byte channels.

See Also

[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