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