set
Write Boolean into a given position index on the buffer. Booleans as stored as single byte.
Parameters
position of the element in buffer
Write an array of bytes into the buffer.
Parameters
initial position where src will be copied into.
the data to be copied.
initial position on src that will be copied.
amount of bytes to be copied
Write Byte into a given position index on the buffer.
Parameters
position of the element in the buffer
Write UByte into a given position index on the buffer.
Parameters
position of the element in the buffer
Short
Parameters
position of the element in ReadBuffer
Write UShort into a given position index on the buffer.
Parameters
position of the element in ReadBuffer
Write Int into a given position index on the buffer.
Parameters
position of the element in ReadBuffer
Write UInt into a given position index on the buffer.
Parameters
position of the element in ReadBuffer
Write Long into a given position index on the buffer.
Parameters
position of the element in ReadBuffer
Write ULong into a given position index on the buffer.
Parameters
position of the element in ReadBuffer
Write Float into a given position index on the buffer.
Parameters
position of the element in ReadBuffer
Write Double into a given position index on the buffer.
Parameters
position of the element in ReadBuffer