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