org.openorb.notify.persistence
public class StringSeqHelper extends Object
Method Summary | |
---|---|
static String[] | extract(Any a)
Extract StringSeq from an any
|
static String | id()
Return the StringSeq IDL ID |
static void | insert(Any a, String[] t)
Insert StringSeq into an any |
static String[] | read(InputStream istream)
Read StringSeq from a marshalled stream |
static TypeCode | type()
Return the StringSeq TypeCode |
static void | write(OutputStream ostream, String[] value)
Write StringSeq into a marshalled stream |
Parameters: a an any
Returns: the extracted StringSeq value
Returns: an ID
Parameters: a an any t StringSeq value
Parameters: istream the input stream
Returns: the readed StringSeq value
Returns: a TypeCode
Parameters: ostream the output stream value StringSeq value