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