Re: [csv] ExtendedBufferedReader class name

2013-08-06 Thread Benedikt Ritter
Send from my mobile device Am 06.08.2013 um 19:12 schrieb Gary Gregory : > On Tue, Aug 6, 2013 at 1:00 PM, Benedikt Ritter wrote: > >> 2013/8/6 Gary Gregory >> >>> We have: >>> >>> /** >>> * A special reader decorator which supports more sophisticated access to >>> the underlying reader ob

Re: [csv] ExtendedBufferedReader class name

2013-08-06 Thread Gary Gregory
On Tue, Aug 6, 2013 at 1:00 PM, Emmanuel Bourg wrote: > Le 06/08/2013 18:47, Gary Gregory a écrit : > > > Thoughts? > > Well, it's invisible to the end user. Feel free to rename it > YodaBufferedReader if you want :) > I'll leave it as is for now. "Extended" reflects its specialized aspect to ou

Re: [csv] ExtendedBufferedReader class name

2013-08-06 Thread Gary Gregory
On Tue, Aug 6, 2013 at 1:00 PM, Benedikt Ritter wrote: > 2013/8/6 Gary Gregory > > > We have: > > > > /** > > * A special reader decorator which supports more sophisticated access to > > the underlying reader object. > > * > > * In particular the reader supports a look-ahead option, which al

Re: [csv] ExtendedBufferedReader class name

2013-08-06 Thread Emmanuel Bourg
Le 06/08/2013 18:47, Gary Gregory a écrit : > Thoughts? Well, it's invisible to the end user. Feel free to rename it YodaBufferedReader if you want :) Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org

Re: [csv] ExtendedBufferedReader class name

2013-08-06 Thread Benedikt Ritter
2013/8/6 Gary Gregory > We have: > > /** > * A special reader decorator which supports more sophisticated access to > the underlying reader object. > * > * In particular the reader supports a look-ahead option, which allows you > to see the next char returned by > * {@link #read()}. > * >

[csv] ExtendedBufferedReader class name

2013-08-06 Thread Gary Gregory
We have: /** * A special reader decorator which supports more sophisticated access to the underlying reader object. * * In particular the reader supports a look-ahead option, which allows you to see the next char returned by * {@link #read()}. * * @version $Id: ExtendedBufferedReader.java 1