I am getting the input of a webpage using

InputStream in = httpConnection.getInputStream();

I then use the XmlPullParser to check if an error has occurred.

If no error has occurred, I then want to reset the InputStream back to
the beginning so that I can parse it through another function I have
created.

I tried

in.reset();

but this does not work.  Is this possible?
-- 
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

Reply via email to