Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.nio.channels

Interface InterruptibleChannel

java.lang.Object
|
+--java.nio.channels.Channel
   |
   +--java.nio.channels.InterruptibleChannel

All Implemented Interfaces:

Channel


public interface InterruptibleChannel

implements Channel

Method Summary

voidclose()

Closes this channel

Method Details

close

public void close()

Closes this channel

Throws: