Title here
Summary here
Class
Kind: global abstract class
Extends: Class
Encode data to a base-64 string
Kind: instance method of AbstractBase64Utils
See: https://en.wikipedia.org/wiki/Base64
Param | Type | Description |
---|---|---|
data | string | the data to encode |
Decode a base-64 string
Kind: instance method of AbstractBase64Utils
See: https://en.wikipedia.org/wiki/Base64
Param | Type | Description |
---|---|---|
base64 | string | the base64 string to decode |