org.openorb.ots
public final class XIDHolder extends Object implements Streamable
Field Summary | |
---|---|
XID | value
Internal XID value |
Constructor Summary | |
---|---|
XIDHolder()
Default constructor | |
XIDHolder(XID initial)
Constructor with value initialisation |
Method Summary | |
---|---|
void | _read(InputStream istream)
Read XID from a marshalled stream |
TypeCode | _type()
Return the XID TypeCode |
void | _write(OutputStream ostream)
Write XID into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream