Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

Method Bz2.File()->line_iterator()


Method line_iterator

String.SplitIterator|Stdio.LineIterator line_iterator(int|void trim)

Description

Returns an iterator that will loop over the lines in this file. If trim is true, all '\r' characters will be removed from the input.