|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.FREE_MEMHelper
public class FREE_MEMHelper
Helper class for : FREE_MEM
Constructor Summary | |
---|---|
FREE_MEMHelper()
|
Method Summary | |
---|---|
static FREE_MEM |
extract(Any a)
Extract FREE_MEM from an any |
static java.lang.String |
id()
Return the FREE_MEM IDL ID |
static void |
insert(Any a,
FREE_MEM t)
Insert FREE_MEM into an any |
static FREE_MEM |
read(InputStream istream)
Read FREE_MEM from a marshalled stream |
static TypeCode |
type()
Return the FREE_MEM TypeCode |
static void |
write(OutputStream ostream,
FREE_MEM value)
Write FREE_MEM 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 FREE_MEMHelper()
Method Detail |
---|
public static void insert(Any a, FREE_MEM t)
a
- an anyt
- FREE_MEM valuepublic static FREE_MEM extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static FREE_MEM read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, FREE_MEM value)
ostream
- the output streamvalue
- FREE_MEM value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |