https://issues.apache.org/bugzilla/show_bug.cgi?id=46203





--- Comment #2 from Stefan Bodewig <[EMAIL PROTECTED]>  2008-11-14 05:47:49 PST 
---
I just had a quick look at the code and I'm afraid the problem isn't fixable.

While we may be able to remove the BufferedReader and implement out our
end-of-line detection, we really really want the Java classlib to do the
byte-to-character conversion for us.

InputStreamReader performs buffering itself, the javadocs state it might read
more bytes than are strictly required for a given read(), so even without the
BufferedReader we could (and probably) would end up reading too far.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to