public abstract class ContainedSeqHelper extends Object
Constructor and Description |
---|
ContainedSeqHelper() |
Modifier and Type | Method and Description |
---|---|
static Contained[] |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
Contained[] that) |
static Contained[] |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
Contained[] value) |
public static TypeCode type()
public static String id()
public static Contained[] read(InputStream istream)
public static void write(OutputStream ostream, Contained[] value)
Copyright © 2016 JBoss by Red Hat. All rights reserved.