public final class OBJ_ADAPTERHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
OBJ_ADAPTER |
value
Internal OBJ_ADAPTER value
|
| Constructor and Description |
|---|
OBJ_ADAPTERHolder()
Default constructor
|
OBJ_ADAPTERHolder(OBJ_ADAPTER initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read OBJ_ADAPTER from a marshalled stream
|
TypeCode |
_type()
Return the OBJ_ADAPTER TypeCode
|
void |
_write(OutputStream ostream)
Write OBJ_ADAPTER into a marshalled stream
|
public OBJ_ADAPTER value
public OBJ_ADAPTERHolder()
public OBJ_ADAPTERHolder(OBJ_ADAPTER 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