Interface BoxedValueHelper
- All Known Implementing Classes:
- StringValueHelper, WStringValueHelper
public interface BoxedValueHelper
Methods
Modifier and Type | Method and Description |
---|---|
String |
get_id() |
Serializable |
read_value(InputStream is) |
void |
write_value(OutputStream os,
Serializable value) |
Methods
read_value
Serializable read_value(InputStream is)
write_value
void write_value(OutputStream os, Serializable value)
get_id
String get_id()
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/org/omg/CORBA/portable/BoxedValueHelper.html