KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > nio > channels > Channel

java.nio.channels
Interface Channel

All Superinterfaces:
Closeable
All Known Subinterfaces:
ByteChannel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel
All Known Implementing Classes:
AbstractInterruptibleChannel, AbstractSelectableChannel, DatagramChannel, FileChannel, Pipe.SinkChannel, Pipe.SourceChannel, SelectableChannel, ServerSocketChannel, SocketChannel
See Also:
Source Code, isOpen, ClosedChannelException

void close()
           throws IOException
See Also:
Closeable, ClosedChannelException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isOpen()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Free Books   Free Magazines  
Popular Tags