- 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