Interface IGatheringByteChannel
.NET interface for TO BE DEFINED FROM USER
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