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