KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > portable > BoxedValueHelper

org.omg.CORBA.portable
Interface BoxedValueHelper

All Known Implementing Classes:
StringValueHelper, WStringValueHelper
See Also:
Top Examples, Source Code

String get_id()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Serializable read_value(InputStream is)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void write_value(OutputStream os,
                 Serializable value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags