|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
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.
| 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 |
|---|
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)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||