public class ValueBaseHelper
extends java.lang.Object
| Constructor and Description |
|---|
ValueBaseHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.Serializable |
extract(Any a) |
static java.lang.String |
id()
Return the ValueBase IDL ID
|
static void |
insert(Any a,
java.io.Serializable t) |
static java.io.Serializable |
read(InputStream istream)
Read ValueBase from a marshalled stream
|
static TypeCode |
type() |
static void |
write(OutputStream ostream,
java.io.Serializable value)
Write ValueBase into a marshalled stream
|
public static void insert(Any a, java.io.Serializable t)
public static java.io.Serializable extract(Any a)
public static TypeCode type()
public static java.lang.String id()
public static java.io.Serializable read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, java.io.Serializable value)
ostream - the output streamvalue - ValueBase value