Interface IGatheringByteChannel
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/channels/GatheringByteChannel.html
public interface IGatheringByteChannel : IWritableByteChannel, IChannel, ICloseable, IAutoCloseable
- Inherited Members
Methods
Write(ByteBuffer[])
long Write(ByteBuffer[] arg0)
Parameters
arg0
ByteBuffer[]
Returns
Exceptions
Write(ByteBuffer[], int, int)
long Write(ByteBuffer[] arg0, int arg1, int arg2)
Parameters
arg0
ByteBuffer[]arg1
intarg2
int