All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.AnySeqHelper

java.lang.Object
    |
    +----org.omg.CORBA.AnySeqHelper

public abstract class AnySeqHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<any> AnySeq;


Constructor Index

 o AnySeqHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, Any[])
 o read(InputStream)
 o type()
 o write(OutputStream, Any[])

Constructors

 o AnySeqHelper
public AnySeqHelper()

Methods

 o read
public static Any[] read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         Any[] value)
 o insert
public static void insert(Any any,
                          Any[] value)
 o extract
public static Any[] extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index