Package org.yecht

Class Base64


  • public class Base64
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static byte[] b64_table  
      private static int[] b64_xtable  
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] dec​(Pointer _s, int _len)  
      static byte[] enc​(Pointer _s, int _len)  
      • Methods inherited from class java.lang.Object

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

      • b64_table

        private static final byte[] b64_table
      • b64_xtable

        private static final int[] b64_xtable
    • Constructor Detail

      • Base64

        public Base64()
    • Method Detail

      • enc

        public static byte[] enc​(Pointer _s,
                                 int _len)
      • dec

        public static byte[] dec​(Pointer _s,
                                 int _len)