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