com.ibm.as400.util

Class BASE64Encoder

  • java.lang.Object
    • com.ibm.as400.util.BASE64Encoder


  • public class BASE64Encoder
    extends java.lang.Object
    Replacement for sun.misc.BASE64Encoder When sun.misc.BAS64Encoder is available via reflection use that.
    Author:
    jeber
    • Constructor Summary

      Constructors 
      Constructor and Description
      BASE64Encoder() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String encodeBuffer(byte[] bytes) 
      • Methods inherited from class java.lang.Object

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

      • BASE64Encoder

        public BASE64Encoder()
    • Method Detail

      • encodeBuffer

        public java.lang.String encodeBuffer(byte[] bytes)