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