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