Base64-decode a string.
|
code » | |
Base64-decode a string.
In base-64 decoding, groups of four characters are converted into three
bytes. If the encoder did not apply padding, the input length may not
be a multiple of 4.
In this case, the last group will have fewer than 4 characters, and
padding will be inferred. If the group has one or two characters, it decodes
to one byte. If the group has three characters, it decodes to two bytes.
|
code » | |
Base64-encode an array of bytes.
|
code » | |
Base64-encode a string.
|
code » | |
![]()
Lazy static initialization function. Called before
accessing any of the static map variables.
|
code » |