KickJava   Java API By Example, From Geeks To Geeks.

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

java.nio.channels
Interface ScatteringByteChannel

All Superinterfaces:
Channel, Closeable, ReadableByteChannel
All Known Implementing Classes:
DatagramChannel, FileChannel, Pipe.SourceChannel, SocketChannel
See Also:
Source Code, GatheringByteChannel

long read(ByteBuffer[] dsts)
          throws IOException
See Also:
ClosedByInterruptException, AsynchronousCloseException, ClosedChannelException, NonReadableChannelException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


long read(ByteBuffer[] dsts,
          int offset,
          int length)
          throws IOException
See Also:
ClosedByInterruptException, AsynchronousCloseException, ClosedChannelException, NonReadableChannelException, IndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Free Books   Free Magazines  
Popular Tags