--- Matt Benson <[EMAIL PROTECTED]> wrote:

> --- "Dick, Brian E." <[EMAIL PROTECTED]> wrote:
> 
> > That's a bit better.
> > 
> > Is there a better way to iterate the lines in the
> > file? The <for> task
> > docs say any type that has a public iterator() can
> > be used. Is there
> > such a type for file iteration?
> 
> There is now.

To clarify, this class implements Iterator directly
'cause I couldn't think of a good name for something
to return such an iterator.  But since for will accept
an iterator directly, it's just as good.  I have
actually tested this and it works for me.

-Matt

> 
> HTH,
> Matt
> 
> 
>               
> __________________________________ 
> Do you Yahoo!? 
> Meet the all-new My Yahoo! - Try it today! 
> http://my.yahoo.com 
>  
> 
> >
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
[EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to