Interface LineSplitterLogic

  • All Known Implementing Classes:
    NoopLineSplitterLogic, SplitStringLineSplitterLogic

    public interface LineSplitterLogic
    Interface for usage with TextFileIterator Provides a method to the iterator that defines how to further split individual lines in a text file. This can e.g. be used to read CSV files.
    Author:
    Jens Riemschneider