- 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