org.omg.CORBA
Class UShortSeqHelper

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

public class UShortSeqHelper
extends java.lang.Object

Helper class for : UShortSeq

Author:
OpenORB Compiler

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

Constructor Detail

UShortSeqHelper

public UShortSeqHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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