public final class NotEmptyHolder extends Object implements Streamable
NotEmpty.| Constructor and Description |
|---|
NotEmptyHolder()
Create the holder with unitialised value.
|
NotEmptyHolder(NotEmpty initialValue)
Create the holder, storing the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream i)
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 o)
Write the stored value to the given CDR stream.
|
public NotEmptyHolder()
public NotEmptyHolder(NotEmpty initialValue)
public void _read(InputStream i)
_read in interface Streamablei - the input stream to read from.public TypeCode _type()
NotEmpty exception._type in interface Streamablepublic void _write(OutputStream o)
_write in interface Streamableo - the output stream to write into.