org.omg.CosNaming
public final class BindingListHolder extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
Binding[] |
value
The wrapped binding list.
|
Constructor and Description |
---|
BindingListHolder()
Create the unitialised holder.
|
BindingListHolder(Binding[] initialValue)
Create the holder, intialised to the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream in)
Read the binding list from the given CDR stream.
|
TypeCode |
_type()
Get the type code of the binding.
|
void |
_write(OutputStream out)
Write the binding list into the given CDR stream.
|
public BindingListHolder()
public BindingListHolder(Binding[] initialValue)
public void _read(InputStream in)
_read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
_type
in interface Streamable
public void _write(OutputStream out)
_write
in interface Streamable
out
- the output stream to write into.