Interface IWritableByteChannel
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/channels/WritableByteChannel.html
public interface IWritableByteChannel : IChannel, ICloseable, IAutoCloseable
- Inherited Members
Methods
Write(ByteBuffer)
int Write(ByteBuffer arg0)
Parameters
arg0
ByteBuffer