@technobuddha > library > Binary
Encoding
| Name | Type | Description |
|---|---|---|
| BinaryEncoding | Type | Formats for binary encoding |
| dataURL | Function | Convert any binary object into a data URL |
| decodeBase64 | Function | Decodes a string of data which has been encoded using Base64 encoding. |
| decodeBase64Url | Function | Decodes a string of data which has been encoded using Base64Url encoding. |
| decodeBinary | Function | Decode a string into a binary object |
| encodeBase64 | Function | Creates a encoded ASCII string from a BinaryObject or string using Base64. |
| encodeBase64Url | Function | Creates a encoded ASCII string from a BinaryObject or string using Base64Url. |
| encodeBinary | Function | Encode an BinaryObject into a string |