org.omg.CORBA
Class WCharSeqHelper

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

public class WCharSeqHelper
extends java.lang.Object

Helper class for : WCharSeq

Author:
OpenORB Compiler

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

Constructor Detail

WCharSeqHelper

public WCharSeqHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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