public class FREE_MEMHelper
extends java.lang.Object
| Constructor and Description |
|---|
FREE_MEMHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void insert(Any a, FREE_MEM t)
a - an anyt - FREE_MEM valuepublic static FREE_MEM extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static FREE_MEM read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, FREE_MEM value)
ostream - the output streamvalue - FREE_MEM value