Frames | No Frames |
Methods with parameter type org.omg.CORBA.portable.BoxedValueHelper | |
Serializable | Use the provided boxed value helper to read the value.
|
void | Write value to the stream using the boxed value helper.
|
Classes implementing org.omg.CORBA.portable.BoxedValueHelper | |
class | Handles case when the CORBA IDL type with the known helper is wrapped into
Value type.
|
Methods with parameter type org.omg.CORBA.portable.BoxedValueHelper | |
Object | Read the value base from the given input stream when the unitialised
instance is available. |
Serializable | Read using provided boxed value helper. |
Serializable | Vio.readValue(InputStream input, int position, Object value, BoxedValueHelper helper, String id, String[] ids, String codebase) Read the value (the header must be behind).
|
Serializable | Tries to read using boxed value helper.
|
void | Write standard value type header, followed by contents, produced by the
boxed value helper.
|
Methods with return type org.omg.CORBA.portable.BoxedValueHelper | |
BoxedValueHelper | Get the helper that could write the given object, or null if no pre-defined
helper available for this object.
|
BoxedValueHelper | Get the helper that could write the given object, or null if no pre-defined
helper available for this object.
|
Classes implementing org.omg.CORBA.portable.BoxedValueHelper | |
class | Provides helper operations for the String value type, treating a
String as a CORBA value type rather than as a primitive type. |
class | Provides helper operations for the Wide String value type, treating a
Wide String as a CORBA value type rather than as a primitive type. |