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