Set the contents of the Uint8Array from a base64 encoded string
method
buffer.Buffer.setFromBase64
@param base64
The base64 encoded string to decode into the array
@param offset
Optional starting index to begin setting the decoded bytes (default: 0)
method
Set the contents of the Uint8Array from a base64 encoded string
The base64 encoded string to decode into the array
Optional starting index to begin setting the decoded bytes (default: 0)