Class BaseNDecoder

    • Field Detail

      • base

        protected final BaseN base
        The base-n.
      • map

        protected final ByteArray map
        The base-n map.
    • Constructor Detail

      • BaseNDecoder

        public BaseNDecoder​(BaseN base)
        Parameters:
        base - an enumeration that represents the base-n encoding
    • Method Detail

      • get

        protected long get​(String string,
                           int i)