Uses of Class
com.opencloud.slee.resources.cgin.UnsupportedDigitException
-
Packages that use UnsupportedDigitException 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. -
-
Uses of UnsupportedDigitException in com.opencloud.slee.resources.in.datatypes
Methods in com.opencloud.slee.resources.in.datatypes that throw UnsupportedDigitException Modifier and Type Method 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.
-