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