public final class BindingHolder extends Object implements Streamable
Constructor and Description |
---|
BindingHolder()
Create an empty instance.
|
BindingHolder(Binding initialValue)
Create the intialised holder.
|
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream i)
Read the holder value from the CDR stream.
|
TypeCode |
_type()
Return the binding type code.
|
void |
_write(OutputStream o)
Write the holder value to the CDR stream.
|
public BindingHolder()
public BindingHolder(Binding initialValue)
public void _read(InputStream i)
_read
in interface Streamable
i
- the input stream to read from.public TypeCode _type()
_type
in interface Streamable
public void _write(OutputStream o)
_write
in interface Streamable
o
- the output stream to write into.