org.omg.CORBA.portable
public interface Streamable
Modifier and Type | Method and Description |
---|---|
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.
|
void _read(InputStream input)
input
- the input stream to read from.TypeCode _type()
void _write(OutputStream output)
output
- the output stream to write into.