Class Base64Decoder


  • public class Base64Decoder
    extends java.lang.Object

    Wraps Base64.Decoder in order to wrap unchecked IllegalArgumentException thrown by the default Java Base64 decoder here and there.

    Please use this class instead of Base64.Decoder.

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Base64Decoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decode​(byte[] source)  
      static byte[] decode​(java.lang.String src)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait