Class org.omg.CORBA.TypeDescriptionHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.TypeDescriptionHelper
java.lang.Object
|
+----org.omg.CORBA.TypeDescriptionHelper
- public final class TypeDescriptionHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, TypeDescription)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, TypeDescription)
-
-
type()
-
__write
public static void __write(OutputStream out,
TypeDescription that)
__read
public static TypeDescription __read(InputStream in)
extract
public static TypeDescription extract(Any a)
insert
public static void insert(Any a,
TypeDescription that)
type
public static synchronized TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index