IdentifiableBasepublic abstract class IdentifiableBase extends Object implements com.sun.corba.se.spi.ior.WriteContents, IdentifiableProvide support for properly reading and writing Identifiable objects
that are also encapsulations (tagged profiles and components). |
Methods Summary |
---|
public final void | write(org.omg.CORBA_2_3.portable.OutputStream os)Write the data for this object as a CDR encapsulation.
This is used for writing tagged components and profiles.
These data types must be written out as encapsulations,
which means that we need to first write the data out to
an encapsulation stream, then extract the data and write
it to os as an array of octets.
EncapsulationUtility.writeEncapsulation( (WriteContents)this, os ) ;
|
|