org.openorb.orb.io
Interface ExtendedOutputStream

All Known Implementing Classes:
CDROutputStream, ListOutputStream

public interface ExtendedOutputStream

This class implemets extra operations for streams for inserting/extracting fixed types. These operations should be present in the next java streams mapping.

Version:
$Revision: 1.3 $ $Date: 2004/02/10 21:02:49 $
Author:
Chris Wood

Method Summary
 org.omg.CORBA.ORB orb()
          Get the orb associated with the stream.
 void write_fixed(java.math.BigDecimal val, short digits, short scale)
          Fixes problems in old write_fixed.
 void write_fixed(java.math.BigDecimal val, org.omg.CORBA.TypeCode tc)
          Fixes problems in old write_fixed.
 

Method Detail

orb

public org.omg.CORBA.ORB orb()
Get the orb associated with the stream.

write_fixed

public void write_fixed(java.math.BigDecimal val,
                        org.omg.CORBA.TypeCode tc)
Fixes problems in old write_fixed. see http://www.omg.org/issues/issue3431.txt

write_fixed

public void write_fixed(java.math.BigDecimal val,
                        short digits,
                        short scale)
Fixes problems in old write_fixed. see http://www.omg.org/issues/issue3431.txt