Module net.luis.utils
Package net.luis.utils.io.reader
package net.luis.utils.io.reader
-
ClassDescriptionA utility class to read strings with scopes.
A scope is defined by two characters, an opening and a closing character.Represents a reader to read from a string.
The reader can read specific types of values from the string such as:
Quoted and unquoted strings Booleans Numbers (byte, short, integer, long, float, double) Big numbers (BigInteger, BigDecimal)Internal to represent a parsed number.A record to define a string scope with an opening and a closing character.