org.omg.CORBA
Class ULongSeqHelper

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

public class ULongSeqHelper
extends java.lang.Object

Helper class for : ULongSeq

Author:
OpenORB Compiler

Constructor Summary
ULongSeqHelper()
           
 
Method Summary
static int[] extract(Any a)
          Extract ULongSeq from an any
static java.lang.String id()
          Return the ULongSeq IDL ID
static void insert(Any a, int[] t)
          Insert ULongSeq into an any
static int[] read(InputStream istream)
          Read ULongSeq from a marshalled stream
static TypeCode type()
          Return the ULongSeq TypeCode
static void write(OutputStream ostream, int[] value)
          Write ULongSeq into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ULongSeqHelper

public ULongSeqHelper()
Method Detail

insert

public static void insert(Any a,
                          int[] t)
Insert ULongSeq into an any
Parameters:
a - an any
t - ULongSeq value

extract

public static int[] extract(Any a)
Extract ULongSeq from an any
Parameters:
a - an any
Returns:
the extracted ULongSeq value

type

public static TypeCode type()
Return the ULongSeq TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the ULongSeq IDL ID
Returns:
an ID

read

public static int[] read(InputStream istream)
Read ULongSeq from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed ULongSeq value

write

public static void write(OutputStream ostream,
                         int[] value)
Write ULongSeq into a marshalled stream
Parameters:
ostream - the output stream
value - ULongSeq value