Package com.mku.encode
Class Base64Utils
java.lang.Object
com.mku.encode.Base64Utils
Provides generic Base64 utilities.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Base64Utils
public Base64Utils()
-
-
Method Details
-
setBase64
Change the global Base64 implementation.- Parameters:
base64- The new Base64 implementation.
-
getBase64
Get the global Base64 implementation.- Returns:
- The Base64 implementation.
-