Interface TextLineReader.Parser<T>

    • Method Detail

      • parse

        T parse​(java.lang.String line)
        Parse one line into some custom object. Returning null indicates that parsing failed!
        Parameters:
        line - The text line to parse
        Returns:
        An object containing (referencing) the parsed data