|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.objsys.asn1j.runtime.Asn1XerUtil
public class Asn1XerUtil
| Constructor Summary | |
|---|---|
Asn1XerUtil()
|
|
| Method Summary | |
|---|---|
static void |
encodeReal(Asn1XerEncoder buffer,
double value,
java.lang.String elemName)
This method encodes an ASN.1 real value using the XML encoding rules (XER). |
static java.lang.String |
normalizedRealValueToString(double value,
boolean isXer)
This method will return a string representation of the normalized REAL value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Asn1XerUtil()
| Method Detail |
|---|
public static void encodeReal(Asn1XerEncoder buffer,
double value,
java.lang.String elemName)
throws java.io.IOException,
Asn1Exception
buffer - Encode message buffer objectvalue - Value to be encoded.elemName - Element name
java.io.IOException
Asn1Exception
public static java.lang.String normalizedRealValueToString(double value,
boolean isXer)
value - value to be normalized and stringified.isXer - true, if this value is being encoded for XER.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||