[jdom-interest] SAXBuilder.build(InputStream)

Jason Hunter jhunter at collab.net
Wed Jun 20 10:24:59 PDT 2001


> When calling this method with one argument
> InputStream
> we can't, after this, read this inputStream again
> by an other method

Yep, streams are read-once in Java.  Only workaround is to wrap the
stream with another stream that remembers what was read.

-jh-



More information about the jdom-interest mailing list