ByteArrayUtils Class
ByteArrayUtils contains methods to convert from and to ByteArray binary format
A byte array is a numeric array that stores a 8 bit (0 to 255) value for each position.
Item Index
Methods
Methods
fromBase64
(
Array
-
base64
Create byte array from base64 string data.
Parameters:
-
base64
String
Returns:
Array:
data