Java.Nio.Channels.IGatheringByteChannel: Method Members

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

Public Methods

Write(Java.Nio.ByteBuffer[]) : long
Writes bytes from all the given buffers to a channel.
Write(Java.Nio.ByteBuffer[], int, int) : long
Attempts to write all remaining() bytes from length byte buffers, in order, starting at buffers[offset].