Class NumericParser


  • public class NumericParser
    extends Object
    A simple string parser that can parse decimal and hexa format numbers to be stored in byte, short, int or long. It also takes care that all values in Java are signed and thus, for example, 0xFF would not be treated as a valid byte value. Using this parser it will result a proper -1 byte.
    • Constructor Detail

      • NumericParser

        public NumericParser()