Class GenericNumberWithB

  • All Implemented Interfaces:
    DataObject, FastSerializable, Serializable

    public final class GenericNumberWithB
    extends GenericNumber
    Class GenericNumberWithB represents a GenericNumber in which the additional character 'B' is permitted in the decoded form, encoding to 0xB.

    Each digit of the address field is encoded into a semi-octet, and if there is an odd number of digits then the last semi-octet is assigned a filler. Unless overridden by a particular StringCodec, the filler is 0 and the encoding to semi-octets is as tabulated below.

    Decoded character0123456789B
    Encoded hexadecimal0123456789ABCDEF
    See Also:
    Serialized Form