Class NumericParser


  • public class NumericParser
    extends java.lang.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 parset it will result a proper -1 byte.
    • Constructor Summary

      Constructors 
      Constructor Description
      NumericParser()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumericParser

        public NumericParser()