Re: [io] org.apache.commons.io.input.ReversedLinesFileReader.readLine(long)

2018-03-12 Thread Gary Gregory
On Wed, Mar 7, 2018 at 4:01 AM, sebb wrote: > On 7 March 2018 at 04:24, Gary Gregory wrote: > > On Tue, Mar 6, 2018 at 4:32 PM, sebb wrote: > > > >> On 6 March 2018 at 23:22, Gary Gregory wrote: > >> > On Tue, Mar 6, 2018 at 4:13 PM, sebb wrote: > >> > > >> >> On 6 March 2018 at 21:38, Gary G

Re: [io] org.apache.commons.io.input.ReversedLinesFileReader.readLine(long)

2018-03-07 Thread sebb
On 7 March 2018 at 04:24, Gary Gregory wrote: > On Tue, Mar 6, 2018 at 4:32 PM, sebb wrote: > >> On 6 March 2018 at 23:22, Gary Gregory wrote: >> > On Tue, Mar 6, 2018 at 4:13 PM, sebb wrote: >> > >> >> On 6 March 2018 at 21:38, Gary Gregory wrote: >> >> > Hi All: >> >> > >> >> > Any objection

Re: [io] org.apache.commons.io.input.ReversedLinesFileReader.readLine(long)

2018-03-06 Thread Gary Gregory
On Tue, Mar 6, 2018 at 4:32 PM, sebb wrote: > On 6 March 2018 at 23:22, Gary Gregory wrote: > > On Tue, Mar 6, 2018 at 4:13 PM, sebb wrote: > > > >> On 6 March 2018 at 21:38, Gary Gregory wrote: > >> > Hi All: > >> > > >> > Any objection to adding: > >> > > >> > /** > >> > * Reads n lines fro

Re: [io] org.apache.commons.io.input.ReversedLinesFileReader.readLine(long)

2018-03-06 Thread sebb
On 6 March 2018 at 23:22, Gary Gregory wrote: > On Tue, Mar 6, 2018 at 4:13 PM, sebb wrote: > >> On 6 March 2018 at 21:38, Gary Gregory wrote: >> > Hi All: >> > >> > Any objection to adding: >> > >> > /** >> > * Reads n lines from this reader. >> > */ >> > List >> > org.apache.commons.io.input

Re: [io] org.apache.commons.io.input.ReversedLinesFileReader.readLine(long)

2018-03-06 Thread Gary Gregory
On Tue, Mar 6, 2018 at 4:13 PM, sebb wrote: > On 6 March 2018 at 21:38, Gary Gregory wrote: > > Hi All: > > > > Any objection to adding: > > > > /** > > * Reads n lines from this reader. > > */ > > List > > org.apache.commons.io.input.ReversedLinesFileReader.readLine(long > lineCount) > > > >

Re: [io] org.apache.commons.io.input.ReversedLinesFileReader.readLine(long)

2018-03-06 Thread sebb
On 6 March 2018 at 21:38, Gary Gregory wrote: > Hi All: > > Any objection to adding: > > /** > * Reads n lines from this reader. > */ > List > org.apache.commons.io.input.ReversedLinesFileReader.readLine(long lineCount) > > ? Yes. The name makes it sound like it is reading a single line, yet t

[io] org.apache.commons.io.input.ReversedLinesFileReader.readLine(long)

2018-03-06 Thread Gary Gregory
Hi All: Any objection to adding: /** * Reads n lines from this reader. */ List org.apache.commons.io.input.ReversedLinesFileReader.readLine(long lineCount) ? Gary