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