org.aludratest.hpalm.infrastructure
Class Base64Encoder
java.lang.Object
org.aludratest.hpalm.infrastructure.Base64Encoder
public class Base64Encoder
- extends Object
|
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 |
Base64Encoder
public Base64Encoder()
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.