|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ValueBaseHolder
public class ValueBaseHolder
A holder to store a ValueBase
that is handled as
Serializable
here.
Field Summary | |
---|---|
Serializable |
value
A stored value of the value base type. |
Constructor Summary | |
---|---|
ValueBaseHolder()
Create an unitialised instance. |
|
ValueBaseHolder(Serializable initial)
Create an instance, initialised into the given value. |
Method Summary | |
---|---|
void |
_read(InputStream input)
Read fill in the value field by reading an instance from the given input stream. |
TypeCode |
_type()
Get the typecode of the stored instance. |
void |
_write(OutputStream output)
Write the stored instance to the given output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Serializable value
Constructor Detail |
---|
public ValueBaseHolder()
public ValueBaseHolder(Serializable initial)
initial
- an initial value.Method Detail |
---|
public void _read(InputStream input)
ValueBaseHelper
_read
in interface Streamable
input
- a stream to read from.public TypeCode _type()
ValueBaseHelper
_type
in interface Streamable
public void _write(OutputStream output)
ValueBaseHelper
_write
in interface Streamable
output
- a stream to write to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |