See Also: AbstractInterruptibleChannel Members
AbstractInterruptibleChannel is the root class for interruptible channels.
The basic usage pattern for an interruptible channel is to invoke begin() before any I/O operation that potentially blocks indefinitely, then end(boolean) after completing the operation. The argument to the end method should indicate if the I/O operation has actually completed so that any change may be visible to the invoker.