org.apache.yoko.orb.OB
Class HexConverter
java.lang.Object
org.apache.yoko.orb.OB.HexConverter
public final class HexConverter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HexConverter
public HexConverter()
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.