JavaScript is disabled on your browser.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
gnu.inet.util

Class BASE64



  • public final class BASE64
    extends java.lang.Object
    Encodes and decodes text according to the BASE64 encoding.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      static byte[] decode (byte[] bs)
      Decode the specified byte array using the BASE64 algorithm.
      static byte[] encode (byte[] bs)
      Encode the specified byte array using the BASE64 algorithm.
      static void main (java.lang.String[] args)
      • Methods inherited from class java.lang.Object

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

      • encode

        public static byte[] encode(byte[] bs)
        Encode the specified byte array using the BASE64 algorithm.
        Parameters:
        bs - the source byte array
      • decode

        public static byte[] decode(byte[] bs)
        Decode the specified byte array using the BASE64 algorithm.
        Parameters:
        bs - the source byte array
      • main

        public static void main(java.lang.String[] args)
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /