Class Base64StringDecoder


  • public class Base64StringDecoder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String decode​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

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

      • Base64StringDecoder

        public Base64StringDecoder()
    • Method Detail

      • decode

        public java.lang.String decode​(java.lang.String input)