org.openorb.rmi.compiler.parser
Class HexConversion
java.lang.Object
|
+--org.openorb.rmi.compiler.parser.HexConversion
- public class HexConversion
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LONG_SIZE
public static final int LONG_SIZE
INT_SIZE
public static final int INT_SIZE
SHORT_SIZE
public static final int SHORT_SIZE
BYTE_SIZE
public static final int BYTE_SIZE
OCTET_SIZE
public static final int OCTET_SIZE
HexConversion
public HexConversion()
convertLong
public static java.lang.String convertLong(long l)
convertInt
public static java.lang.String convertInt(int ent)
convertShort
public static java.lang.String convertShort(short s)
convertByte
public static java.lang.String convertByte(byte s)