org.exoplatform.services.xmpp.util
Class CodingUtils

java.lang.Object
  extended by org.exoplatform.services.xmpp.util.CodingUtils

public class CodingUtils
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
CodingUtils()
           
 
Method Summary
static java.lang.String decodeFromHex(java.lang.String hexstring)
           
static java.lang.String encodeToHex(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodingUtils

public CodingUtils()
Method Detail

encodeToHex

public static java.lang.String encodeToHex(java.lang.String string)

decodeFromHex

public static java.lang.String decodeFromHex(java.lang.String hexstring)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.