It would seem to me that a more logical approach would be to save the stream when reading it then parse the data rather than re-read the stream a second time. What if the second time there was an error? I'm not positive how this works, it may be that the stream is cached so you're not actually making a second http request by resetting it, but then again, you may in which case it would be very wasteful to reset.
-John Coryat "Radar Now!" "What Zip Code?"
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

