org.omg.CORBA
public class WStringValueHelper extends Object implements BoxedValueHelper
Method Summary | |
---|---|
static String | extract(Any an_any)
Extract the wide string from the given Any. |
String | get_id()
Returns the String Value repository Id. |
static String | id()
Returns the String Value repository Id. |
static void | insert(Any an_any, String that)
Insert the wide string into the given Any. |
static String | read(InputStream in)
Reads a wide string as a value type.
|
Serializable | read_value(InputStream istream)
Read the wide string value from the input stream.
|
static TypeCode | type()
Create and return the value box typecode, named "WStringValue", with the
content typecode being unbounded string. |
static void | write(OutputStream out, String a_string)
Writes a wide string as a value type.
|
void | write_value(OutputStream ostream, Serializable a_string)
Write the given wide string value into the output stream.
|
Parameters: an_any an Any to extract from.
Returns: the extracted string.
Returns: "IDL:omg.org/CORBA/WStringValue:1.0", always.
Returns: "IDL:omg.org/CORBA/WStringValue:1.0", always.
Parameters: an_any an Any to insert into. that a string to insert.
Parameters: in a stream to read value from.
Parameters: istream a stream to read from.
Returns: a string (delegates to read_wstring()).
Parameters: out a stream to write value into. a_string a string to write.
Parameters: ostream a stream to write into. a_string a string to write.