transfer Into Byte Buffer
fun A_Tuple.transferIntoByteBuffer( startIndex: Int, endIndex: Int, outputByteBuffer: ByteBuffer)
Content copied to clipboard
Transfer the specified subrange of this tuple of bytes into the provided ByteBuffer. There should be sufficient room to write the bytes.
Parameters
start Index
The subscript of the first byte to write.
end Index
The subscript of the last byte to write.
output Byte Buffer
The ByteBuffer in which to write.