Package | Description |
---|---|
com.opencloud.slee.resources.in.datatypes |
Defines classes that support the representation of low-level types
for which their ASN.1 specifications say merely OCTET STRING,
and for which standards define the layout of bit-fields within the octet strings.
|
Modifier and Type | Method and Description |
---|---|
String |
BCDStringCodec.decodeString(byte[] encoded)
Decodes a String of characters from a byte array,
rejecting any value marked as invalid (?) in the digit mapping.
|
String |
BCDStringCodec.decodeString(byte[] encoded,
StringIndicators indicators)
Decodes a String of characters from a byte array,
rejecting any value marked as invalid (?) in the digit mapping.
|