org.aludratest.hpalm.infrastructure
Class Base64Encoder

java.lang.Object
  extended by org.aludratest.hpalm.infrastructure.Base64Encoder

public class Base64Encoder
extends Object


Constructor Summary
Base64Encoder()
           
 
Method Summary
static String encode(byte[] buf)
          Translates the specified byte array into Base64 string.
 
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

encode

public static String encode(byte[] buf)
Translates the specified byte array into Base64 string.

Parameters:
buf - the byte array (not null)
Returns:
the translated Base64 string (not null)


Copyright © 2015 aludratest.org. All rights reserved.