KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > rmi > CORBA > ValueHandlerMultiFormat

javax.rmi.CORBA
Interface ValueHandlerMultiFormat

All Superinterfaces:
ValueHandler
See Also:
Source Code

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


void writeValue(OutputStream out,
                Serializable value,
                byte streamFormatVersion)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags