public class ObjectHelper
extends java.lang.Object
| Constructor and Description |
|---|
ObjectHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
extract(Any a)
Extract Object from an any
|
static java.lang.String |
id()
Return the Object IDL ID
|
static void |
insert(Any a,
Object t)
Insert Object into an any
|
static Object |
read(InputStream istream)
Read Object from a marshalled stream
|
static TypeCode |
type()
Return the Object TypeCode
|
static void |
write(OutputStream ostream,
Object value)
Write Object into a marshalled stream
|
public static void insert(Any a, Object t)
a - an anyt - AbstractBase valuepublic static java.lang.Object extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static Object read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, Object value)
ostream - the output streamvalue - Object value