Package com.mku.salmon.encode
Class SalmonEncoder
java.lang.Object
com.mku.salmon.encode.SalmonEncoder
Provides generic Base64 encoder utility.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SalmonEncoder
public SalmonEncoder()
-
-
Method Details
-
setBase64
Change the current global Base64 implementation.- Parameters:
base64
- The new Base64 implementation.
-
getBase64
Get the global default Base64 implementation.- Returns:
- The Base64 implementation.
-