LinesOfALargeFileClassRead the lines of a file, one at a time. This allows you to process large
files without holding them in memory. In most cases, it is more efficient
(and certainly simpler) to read the entire file and `explode()` it. For more
information, see @{class:LinesOfALarge}. See also
@{class:LinesOfALargeExecFuture}, for a similar abstraction that works on
executed commands.LinesOfALargeFileClassRead the lines of a file, one at a time. This allows you to process large
files without holding them in memory. In most cases, it is more efficient
(and certainly simpler) to read the entire file and `explode()` it. For more
information, see @{class:LinesOfALarge}. See also
@{class:LinesOfALargeExecFuture}, for a similar abstraction that works on
executed commands.