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