Class Base64Utils


  • public class Base64Utils
    extends java.lang.Object
    Provides generic Base64 utilities.
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IBase64 getBase64()
      Get the global Base64 implementation.
      static void setBase64​(IBase64 base64)
      Change the global Base64 implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Base64Utils

        public Base64Utils()
    • Method Detail

      • setBase64

        public static void setBase64​(IBase64 base64)
        Change the global Base64 implementation.
        Parameters:
        base64 - The new Base64 implementation.
      • getBase64

        public static IBase64 getBase64()
        Get the global Base64 implementation.
        Returns:
        The Base64 implementation.