Java.Nio.Channels.IScatteringByteChannel: Method Members

The methods of Java.Nio.Channels.IScatteringByteChannel are listed below. For a list of all members, see the IScatteringByteChannel Members list.

Public Methods

Read(Java.Nio.ByteBuffer[]) : long
Reads bytes from this channel into the specified array of buffers.
Read(Java.Nio.ByteBuffer[], int, int) : long
Attempts to read all remaining() bytes from length byte buffers, in order, starting at buffers[offset].