org.omg.CORBA.portable
public interface Streamable
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.
|
Parameters: input the input stream to read from.
Parameters: output the output stream to write into.