|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
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,
TypeCode tc)
Fixes problems in old write_fixed. |
Method Detail |
public ORB orb()
public void write_fixed(java.math.BigDecimal val, TypeCode tc)
public 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 |