transferIntoByteBuffer

fun A_Tuple.transferIntoByteBuffer(startIndex: Int, endIndex: Int, outputByteBuffer: ByteBuffer)

Transfer the specified subrange of this tuple of bytes into the provided ByteBuffer. There should be sufficient room to write the bytes.

Parameters

startIndex

The subscript of the first byte to write.

endIndex

The subscript of the last byte to write.

outputByteBuffer

The ByteBuffer in which to write.