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
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
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
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
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()}.
> *
>
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