Class Base64

java.lang.Object
org.xhtmlrenderer.protocols.data.Base64

class Base64 extends Object
  • Field Details

    • EMPTY_BYTE_ARRAY

      private static final byte[] EMPTY_BYTE_ARRAY
    • _map

      private static final String _map
      See Also:
    • RE_FORBIDDEN_CHARACTERS

      private static final Pattern RE_FORBIDDEN_CHARACTERS
  • Constructor Details

    • Base64

      Base64()
  • Method Details

    • decode

      public static byte[] decode(String s)