Interface IScatteringByteChannel
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/channels/ScatteringByteChannel.html
public interface IScatteringByteChannel : IReadableByteChannel, IChannel, ICloseable, IAutoCloseable
- Inherited Members
Methods
Read(ByteBuffer[])
long Read(ByteBuffer[] arg0)
Parameters
arg0ByteBuffer[]
Returns
Exceptions
Read(ByteBuffer[], int, int)
long Read(ByteBuffer[] arg0, int arg1, int arg2)
Parameters
arg0ByteBuffer[]arg1intarg2int