Class GenericDigitsWithStarHash

  • All Implemented Interfaces:
    DataObject, FastSerializable, Serializable

    public final class GenericDigitsWithStarHash
    extends GenericDigits
    Class GenericDigitsWithStarHash represents a GenericDigits in which additional characters '*' and '#' are permitted in the decoded form of the encoding schemes BCD_ODD and BCD_EVEN, encoding to 0xB and 0xC respectively.

    The encoding to semi-octets by encoding schemes BCD_ODD and BCD_EVEN, unless overridden by a particular StringCodec, is as tabulated below.

    Decoded character0123456789*#
    Encoded hexadecimal0123456789ABCDEF
    See Also:
    Serialized Form