Class IdentifiableBase

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(OutputStream os)
      Write the data for this object as a CDR encapsulation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdentifiableBase

        public IdentifiableBase()
    • Method Detail

      • write

        public final void write​(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.
        Specified by:
        write in interface Writeable
        Parameters:
        os - stream to write to