org.jacorb.orb.util
Class PrintIOR
java.lang.Object
org.jacorb.orb.util.PrintIOR
- public class PrintIOR
- extends java.lang.Object
- Version:
- $Id: PrintIOR.java,v 1.31 2004/02/05 14:04:47 david.robison Exp $
- Author:
- Gerald Brose
Method Summary |
static void |
dump(byte b)
|
static void |
dump(byte[] bs)
|
static void |
dump(byte[] bs,
boolean withChar)
|
static void |
dump(int i)
|
static void |
dump(int[] is)
|
static void |
dump(short i)
|
static void |
dumpHex(byte[] bs)
|
static void |
main(java.lang.String[] args)
entry point from the command line |
static void |
printIOR(ParsedIOR pior,
ORB orb)
top-level |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintIOR
public PrintIOR()
main
public static void main(java.lang.String[] args)
- entry point from the command line
printIOR
public static void printIOR(ParsedIOR pior,
ORB orb)
- top-level
dumpHex
public static void dumpHex(byte[] bs)
dump
public static void dump(byte[] bs)
dump
public static void dump(int[] is)
dump
public static void dump(byte b)
dump
public static void dump(short i)
dump
public static void dump(int i)
dump
public static void dump(byte[] bs,
boolean withChar)