public abstract class AnySeqHelper extends Object
Any
. This class shares
the same AnySeqHolder
as the AnySeqHelper
.Constructor and Description |
---|
AnySeqHelper() |
Modifier and Type | Method and Description |
---|---|
static Any[] |
extract(Any any)
Delegates call to
AnySeqHelper.extract(org.omg.CORBA.Any) . |
static String |
id()
Get the AnySeq repository id.
|
static void |
insert(Any any,
Any[] those)
Delegates call to
AnySeqHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.Any[]) . |
static Any[] |
read(InputStream input)
Delegates call to
AnySeqHelper.read(org.omg.CORBA.portable.InputStream) . |
static TypeCode |
type()
Get the typecode as officially defined for this helper.
|
static void |
write(OutputStream output,
Any[] value)
Delegates call to
AnySeqHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.Any[]) . |
public AnySeqHelper()
public static Any[] extract(Any any)
AnySeqHelper.extract(org.omg.CORBA.Any)
.public static String id()
public static void insert(Any any, Any[] those)
AnySeqHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.Any[])
.public static Any[] read(InputStream input)
AnySeqHelper.read(org.omg.CORBA.portable.InputStream)
.input
- a org.omg.CORBA.portable stream to read from.public static TypeCode type()
id()
.public static void write(OutputStream output, Any[] value)
AnySeqHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.Any[])
.