org.jacorb.orb.util

Class PrintIOR

public class PrintIOR extends Object

Version: $Id: PrintIOR.java,v 1.47 2006/10/25 16:16:01 alphonse.bendt Exp $

Author: Gerald Brose

Method Summary
static Stringdump(byte[] values)
static Stringdump(int[] values)
static Stringdump(byte value)
static Stringdump(short value)
static Stringdump(int value)
static Stringdump(byte[] values, boolean withChar)
static voiddumpHex(byte[] values)
static voidmain(String[] args)
entry point from the command line
static voidprintIOR(ParsedIOR pior, ORB orb, PrintWriter out)
top-level

Method Detail

dump

public static String dump(byte[] values)

dump

public static String dump(int[] values)

dump

public static String dump(byte value)

dump

public static String dump(short value)

dump

public static String dump(int value)

dump

public static String dump(byte[] values, boolean withChar)

dumpHex

public static void dumpHex(byte[] values)

main

public static void main(String[] args)
entry point from the command line

printIOR

public static void printIOR(ParsedIOR pior, ORB orb, PrintWriter out)
top-level