Extensions for java.nio.ByteBuffer
fun ByteBuffer.copyTo(destination: Memory, offset: Int): Unit Copy byte from this buffer moving it’s position to the destination at offset. |
fun ByteBuffer.copyTo(destination: Memory, offset: Int): Unit Copy byte from this buffer moving it’s position to the destination at offset. |