The methods of Java.Nio.Channels.IGatheringByteChannel are listed below. For a list of all members, see the IGatheringByteChannel Members list.
Write(Java.Nio.ByteBuffer[])Writes bytes from all the given buffers to a channel. | ||
Write(Java.Nio.ByteBuffer[], int, int)Attempts to write all remaining() bytes from length byte buffers, in order, starting at buffers[offset]. |