org.apache.yoko.orb.OB
Class IORUtil

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

public final class IORUtil
extends Object


Constructor Summary
IORUtil()
           
 
Method Summary
static String describe_component(TaggedComponent component)
           
static String dump_octets(byte[] oct)
           
static String dump_octets(byte[] oct, int offset, int count)
           
static String format_octets(byte[] oct)
           
static String format_octets(byte[] oct, int offset, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IORUtil

public IORUtil()
Method Detail

dump_octets

public static String dump_octets(byte[] oct)

dump_octets

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

format_octets

public static String format_octets(byte[] oct)

format_octets

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

describe_component

public static String describe_component(TaggedComponent component)


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