Re: InputStream vs. getText
Russell Gold <[email protected]>
| Newsgroups | gmane.comp.web.httpunit.devel |
|---|---|
| Message-ID | <[email protected]> |
On Apr 10, 2006, at 4:06 AM, Alex wrote: > I am reading source code of URL. If I read it using InputStream not > everything goes to the output, on the other hand if I use > System.out.println(response.getText()); it’s working fine and > prints out whole output of the source code. See below In all probability, the data contains some odd characters. Note that the getText() function does not use the algorithm you are.