接口 LineTokenizer

    • 方法详细资料

      • tokenize

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