Hi, On 9/20/07, kbennett <[EMAIL PROTECTED]> wrote: > To sum up, I propose that when the Parser class receives a URL, it opens and > closes the stream itself. When it receives a stream, it does NOT close the > stream itself.
IMHO we should keep the parser interface as simple as possible. In fact I'd rather put the URL handling to a separate helper class or layer and keep the core parser interface stream-oriented. BR, Jukka Zitting
