public abstract class MultipleComponentProfileHelper extends Object
| Constructor and Description |
|---|
MultipleComponentProfileHelper()
|
| Modifier and Type | Method and Description |
|---|---|
static TaggedComponent |
extract(Any
|
static String |
id()
|
static void |
insert(Any
|
static TaggedComponent |
read(InputStream
|
static TypeCode |
type()
|
static void |
write(OutputStream
|
public static void insert(Anya, TaggedComponent [] that)
public static TaggedComponent[] extract(Any a)
public static TypeCodetype()
public static Stringid()
public static TaggedComponent[] read(InputStream istream)
public static void write(OutputStreamostream, TaggedComponent [] value)