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