public final class INITIALIZEHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
INITIALIZE |
value
Internal INITIALIZE value
|
| Constructor and Description |
|---|
INITIALIZEHolder()
Default constructor
|
INITIALIZEHolder(INITIALIZE initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read INITIALIZE from a marshalled stream
|
TypeCode |
_type()
Return the INITIALIZE TypeCode
|
void |
_write(OutputStream ostream)
Write INITIALIZE into a marshalled stream
|
public INITIALIZE value
public INITIALIZEHolder()
public INITIALIZEHolder(INITIALIZE initial)
initial - the initial valuepublic void _read(InputStream istream)
_read in interface Streamableistream - the input streampublic void _write(OutputStream ostream)
_write in interface Streamableostream - the output streampublic TypeCode _type()
_type in interface Streamable