|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BoxedValueHelper
Provides a helper operations for the boxed value type. A boxed value type is a value type with no inheritance, no methods and with a single state member. No additional properties can be defined. It is an error to box value types. The value type may have its own helper, implementing this interface.
Method Summary | |
---|---|
String |
get_id()
Get the repository id of this value type. |
Serializable |
read_value(InputStream istream)
Read this value type from the CDR stream. |
void |
write_value(OutputStream ostream,
Serializable value)
Write this value type to the CDR stream. |
Method Detail |
---|
String get_id()
Serializable read_value(InputStream istream)
istream
- is a stream to read from.
void write_value(OutputStream ostream, Serializable value)
ostream
- a stream to write to.value
- a value to write.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |