com.ibm.as400.util

Class BASE64Decoder

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


  • public class BASE64Decoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      BASE64Decoder() 
    • Method Summary

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

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

      • BASE64Decoder

        public BASE64Decoder()
    • Method Detail

      • decodeBuffer

        public byte[] decodeBuffer(java.lang.String inString)