org.apache.yoko.orb.OB
Class HexConverter

java.lang.Object
  extended by org.apache.yoko.orb.OB.HexConverter

public final class HexConverter
extends Object


Constructor Summary
HexConverter()
           
 
Method Summary
static byte[] asciiToOctets(String str)
           
static byte[] asciiToOctets(String str, int offset)
           
static String octetsToAscii(byte[] oct, int count)
           
static byte[] octetsToAsciiBytes(byte[] oct, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexConverter

public HexConverter()
Method Detail

octetsToAsciiBytes

public static byte[] octetsToAsciiBytes(byte[] oct,
                                        int count)

octetsToAscii

public static String octetsToAscii(byte[] oct,
                                   int count)

asciiToOctets

public static byte[] asciiToOctets(String str,
                                   int offset)

asciiToOctets

public static byte[] asciiToOctets(String str)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.