public final class BindingIteratorHolder extends Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
BindingIterator |
value
The stored binding iterator.
|
| Constructor and Description |
|---|
BindingIteratorHolder()
Create an empty instance of this holder.
|
BindingIteratorHolder(BindingIterator initialValue)
Create the intialised instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream in)
Read the holder value from the CDR stream.
|
TypeCode |
_type()
Returen the type code of the binding iterator.
|
void |
_write(OutputStream out)
Write the intialised value to the CDR stream.
|
public BindingIterator value
public BindingIteratorHolder()
public BindingIteratorHolder(BindingIterator initialValue)
public void _read(InputStream in)
_read in interface Streamablein - the input stream to read from.public TypeCode _type()
_type in interface Streamablepublic void _write(OutputStream out)
_write in interface Streamableout - the output stream to write into.