2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.databinding.xstream
Class Utils

java.lang.Object
  extended by org.apache.tuscany.sca.databinding.xstream.Utils

public class Utils
extends java.lang.Object

Utility methods.


Constructor Summary
Utils()
           
 
Method Summary
static byte[] fromBase64(java.lang.String bytecode)
           
static java.lang.String toBase64(byte[] array)
           
static java.lang.String uniqueID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

toBase64

public static java.lang.String toBase64(byte[] array)

fromBase64

public static byte[] fromBase64(java.lang.String bytecode)

uniqueID

public static java.lang.String uniqueID()