Class: SalmonEncoder

SalmonEncoder()

Provides generic Base64 encoder utility.

Constructor

new SalmonEncoder()

Source:

Methods

(static) getBase64() → {IBase64}

Get the global default Base64 implementation.
Source:
Returns:
The Base64 implementation.
Type
IBase64

(static) setBase64(base64)

Change the current global Base64 implementation.
Parameters:
Name Type Description
base64 IBase64 The new Base64 implementation.
Source: