Java.Nio.Channels.Spi.AbstractInterruptibleChannel Members

The members of Java.Nio.Channels.Spi.AbstractInterruptibleChannel are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsOpenbool. Returns true if this channel is open.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Close()
Closes an open channel.

Protected Methods

Begin()
Indicates the beginning of a code section that includes an I/O operation that is potentially blocking.
End(bool)
Indicates the end of a code section that has been started with begin() and that includes a potentially blocking I/O operation.
abstract
ImplCloseChannel()
Implements the channel closing behavior.