- All Superinterfaces:
- Channel, Closeable, WritableByteChannel
- All Known Implementing Classes:
- DatagramChannel, FileChannel, Pipe.SinkChannel, SocketChannel
- See Also:
- Source Code,
ScatteringByteChannel
long write(ByteBuffer[] srcs)
throws IOException
- See Also:
- ClosedByInterruptException, AsynchronousCloseException, ClosedChannelException, NonWritableChannelException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long write(ByteBuffer[] srcs,
int offset,
int length)
throws IOException
- See Also:
- ClosedByInterruptException, AsynchronousCloseException, ClosedChannelException, NonWritableChannelException, IndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples