Package org.omg.CORBA.portable
Interface BoxedValueHelper
-
- All Known Subinterfaces:
ValueHelper
- All Known Implementing Classes:
StringValueHelper
,WStringValueHelper
public interface BoxedValueHelper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
get_id()
java.io.Serializable
read_value(InputStream is)
void
write_value(OutputStream os, java.io.Serializable value)
-
-
-
Method Detail
-
read_value
java.io.Serializable read_value(InputStream is)
-
write_value
void write_value(OutputStream os, java.io.Serializable value)
-
get_id
java.lang.String get_id()
-
-