write
Does the same as WritableByteChannel.write but from a IoBuffer instance
Does the same as WritableByteChannel.write but from a Buffer instance
fun WritableByteChannel.write(source: Memory, sourceOffset: Int = 0, maxLength: Int = source.size32 - sourceOffset): Int
Content copied to clipboard
Does the same as WritableByteChannel.write but from a Memory instance