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

Interface Channel

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


public interface Channel

Method Summary

voidclose()

Closes this channel
booleanisOpen()

Tells whether this channel is open or not

Method Details

close

public void close()

Closes this channel

Throws:


isOpen

public boolean isOpen()

Tells whether this channel is open or not