|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CORBA.DATA_CONVERSIONHelper
public class DATA_CONVERSIONHelper
Helper class for : DATA_CONVERSION
| Constructor Summary | |
|---|---|
DATA_CONVERSIONHelper()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DATA_CONVERSIONHelper()
| Method Detail |
|---|
public static void insert(Any a,
DATA_CONVERSION t)
a - an anyt - DATA_CONVERSION valuepublic static DATA_CONVERSION extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static DATA_CONVERSION read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
DATA_CONVERSION value)
ostream - the output streamvalue - DATA_CONVERSION value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||