Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.nio.channels
Interface InterruptibleChannel  view InterruptibleChannel download InterruptibleChannel.java

All Superinterfaces:
Channel
All Known Implementing Classes:
java.nio.channels.spi.AbstractInterruptibleChannel

public interface InterruptibleChannel
extends Channel


Method Summary
 void close()
          Closes this channel
 
Methods inherited from interface java.nio.channels.Channel
isOpen
 

Method Detail

close

public void close()
           throws java.io.IOException
Closes this channel

Specified by:
close in interface Channel