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
Close()Closes an open channel. |
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. |