public final class AlreadyBoundHolder extends Object implements Streamable
AlreadyBound exception.| Modifier and Type | Field and Description |
|---|---|
AlreadyBound |
value
The stored value.
|
| Constructor and Description |
|---|
AlreadyBoundHolder()
Create the holder with unitialised value.
|
AlreadyBoundHolder(AlreadyBound initialValue)
Create the holder, storing the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream in)
Fill in the stored value, reading it from the given CDR stream.
|
TypeCode |
_type()
Get the type code of the
NotEmpty exception. |
void |
_write(OutputStream out)
Write the stored value to the given CDR stream.
|
public AlreadyBound value
public AlreadyBoundHolder()
public AlreadyBoundHolder(AlreadyBound initialValue)
public void _read(InputStream in)
_read in interface Streamablein - the input stream to read from.public TypeCode _type()
NotEmpty exception._type in interface Streamablepublic void _write(OutputStream out)
_write in interface Streamableout - the output stream to write into.