Java.Nio.Channels.Spi.AbstractInterruptibleChannel: Method Members

The methods of Java.Nio.Channels.Spi.AbstractInterruptibleChannel are listed below. For a list of all members, see the AbstractInterruptibleChannel Members list.

See Also: Inherited members from Java.Lang.Object

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.