Class org.omg.CosNaming.IstringHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CosNaming.IstringHelper

java.lang.Object
   |
   +----org.omg.CosNaming.IstringHelper

public final class IstringHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, String)
 o extract(Any)
 o id()
 o insert(Any, String)
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             String that)
 o __read
  public static String __read(InputStream in)
 o extract
  public static String extract(Any a)
 o insert
  public static void insert(Any a,
                            String that)
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index