Java.Nio.Channels.IScatteringByteChannel Members

The members of Java.Nio.Channels.IScatteringByteChannel are listed below.

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].