public interface ExtendedOutputStream
| Modifier and Type | Method and Description |
|---|---|
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.
|
org.omg.CORBA.ORB orb()
void write_fixed(java.math.BigDecimal val,
org.omg.CORBA.TypeCode tc)
void write_fixed(java.math.BigDecimal val,
short digits,
short scale)