org.omg.CORBA
public abstract class ObjectHelper extends Object
Constructor and Description |
---|
ObjectHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
extract(Any a)
Extract the array of object from the given
Any . |
static String |
id()
Get the object repository id.
|
static void |
insert(Any a,
Object object)
Insert the object into the given
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.
|
public ObjectHelper()
public static Object read(InputStream istream)
public static void write(OutputStream ostream, Object value)