LinesOfALargeClassAbstraction for processing large inputs without holding them in memory. This
class implements line-oriented, buffered reads of some external stream, where
a "line" is characterized by some delimiter character. This provides a
straightforward interface for most large-input tasks, with relatively good
performance.LinesOfALargeClassAbstraction for processing large inputs without holding them in memory. This
class implements line-oriented, buffered reads of some external stream, where
a "line" is characterized by some delimiter character. This provides a
straightforward interface for most large-input tasks, with relatively good
performance.