Interface LineTokenizer

    • Method Detail

      • tokenize

        FieldSet tokenize​(@Nullable
                          java.lang.String line)
        Yields the tokens resulting from the splitting of the supplied line.
        Parameters:
        line - the line to be tokenized (can be null)
        Returns:
        the resulting tokens