Class ReaderUtils.IntParser

java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.ReaderUtils.IntParser
Enclosing class:
ReaderUtils

protected static class ReaderUtils.IntParser extends Object
Low-level parser class to handle nullable integers
  • Field Details

    • hasValue

      public boolean hasValue
    • value

      public int value
  • Constructor Details

    • IntParser

      public IntParser()
    • IntParser

      public IntParser(String rawValue)
  • Method Details