|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Streamable
The base class for the Holder classess of IDL types.
Method Summary | |
---|---|
void |
_read(InputStream input)
Fill in the value field for this holder by reading the required data from the given stream. |
TypeCode |
_type()
Returns the TypeCode, corresponding the CORBA type that is stored using this holder. |
void |
_write(OutputStream output)
Write the value field to the given stream. |
Method Detail |
---|
void _read(InputStream input)
input
- the input stream to read from.TypeCode _type()
void _write(OutputStream output)
output
- the output stream to write into.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |