KickJava   Java API By Example, From Geeks To Geeks.

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

java.nio.channels
Interface GatheringByteChannel

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  

Free Books   Free Magazines  
Popular Tags