Package ch.rabanti.nanoxlsx4j.lowLevel
Class ReaderUtils.IntParser
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.ReaderUtils.IntParser
- Enclosing class:
- ReaderUtils
Low-level parser class to handle nullable integers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReaderUtils.IntParser
static ReaderUtils.IntParser
tryParseDecimal
(String rawValue)
-
Field Details
-
hasValue
public boolean hasValue -
value
public int value
-
-
Constructor Details
-
IntParser
public IntParser() -
IntParser
-
-
Method Details
-
tryParse
-
tryParseDecimal
-