update
Updates the instance with the specified byte.
Parameters
input
The byte to update the instance with.
Updates the instance with the specified array of bytes.
Parameters
input
The array of bytes to update the instance with.
Updates the instance with the specified array of bytes, starting at offset
Parameters
input
The array of bytes to update the instance with.
offset
The index to start from in the array of bytes.
len
The number of bytes to use, starting at offset.