See Also: IWritableByteChannel Members
A WritableByteChannel is a type of Java.Nio.Channels.IChannel that can write bytes.
Write operations are synchronous on a WritableByteChannel, that is, if a write is already in progress on the channel then subsequent writes will block until the first write completes. It is undefined whether non-write operations will block.