-
- All Implemented Interfaces:
Streamable
public final class MultipleComponentProfileHolder
extends Object
implements Streamable
An array of tagged components, forming a multiple component profile.
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
void |
_read(InputStream i) |
Reads data from istream and initalizes the
value field of the Holder with the unmarshalled data.
|
TypeCode |
_type() |
Retrieves the TypeCode object corresponding to the value
in the value field of the Holder.
|
void |
_write(OutputStream o) |
Marshals to ostream the value in the
value field of the Holder.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait