I have BufferedInputStreamone from which I want to parse the XML with SAXParser, but then reuse it again (e.g.. mark(int)And reset()). However, this thread is closed in the method parse(). Is there any way to say SAXParserto leave it open? The last resort is to wrap this stream in a non-contact stream.
Thank.
source
share