org.omg.CORBA
Class ULongLongSeqHelper

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

public class ULongLongSeqHelper
extends java.lang.Object


Constructor Summary
ULongLongSeqHelper()
           
 
Method Summary
static long[] extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, long[] t)
           
static long[] read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, long[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ULongLongSeqHelper

public ULongLongSeqHelper()
Method Detail

insert

public static void insert(Any a,
                          long[] t)

extract

public static long[] extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static long[] read(InputStream istream)

write

public static void write(OutputStream ostream,
                         long[] value)