read
Does the same as ReadableByteChannel.read but to a IoBuffer instance
Does the same as ReadableByteChannel.read but to a Buffer instance
fun ReadableByteChannel.read(destination: Memory, destinationOffset: Int = 0, maxLength: Int = destination.size32 - destinationOffset): Int
Content copied to clipboard
Does the same as ReadableByteChannel.read but to a Memory instance