org.omg.CORBA
public abstract class ObjectHelper extends Object
| Method Summary | |
|---|---|
| static Object | extract(Any a)
Extract the array of object from the given {@link Any}. |
| static String | id()
Get the object repository id. |
| static void | insert(Any a, Object object)
Insert the object into the given {@link Any}. |
| static Object | read(InputStream istream)
Read the object from the given CDR input stream. |
| static TypeCode | type()
Return the object type code. |
| static void | write(OutputStream ostream, Object value)
Write the object into the given CDR output stream. |
Returns: the empty string.