org.omg.CosNaming
public abstract class IstringHelper extends Object
Method Summary | |
---|---|
static String | extract(Any a)
Extract the IString from Any ((uses {@link Any#extract_string}).
|
static String | id()
Return the IString repository id. |
static void | insert(Any a, String that)
Insert the IString into Any (uses {@link Any#insert_string}).
|
static String | read(InputStream istream)
Calls {@link InputStream#read_string()}.
|
static TypeCode | type()
Return an alias typecode. |
static void | write(OutputStream ostream, String value)
Calls {@link OutputStream#write_string(String)}.
|
Parameters: a the Any to extract from.
Returns: "IDL:omg.org/CosNaming/Istring:1.0", always.
Parameters: a the Any to insert into. that the string to insert.
Parameters: istream the stream to read from.
Parameters: ostream the stream to write into. value the string (IString) value to write.