DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25532>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25532 2 InputStream implementation. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX Summary|2 InputStream |2 InputStream |implementation. |implementation. ------- Additional Comments From [EMAIL PROTECTED] 2003-12-15 22:24 ------- These classes would go into the Commons IO project (for which there is no Component entry in Bugzilla, currently). "Would" because I don't see any benefit in these two relatively trivial classes. What I miss immediately is the fact that you're completely ignoring the encoding aspect. Your code only works for "US-ASCII" encoding (7 bit). You are converting between a char (16- bit) and a byte (8-bit). Keep in mind that there are a lot of different 8 bit character sets used around the globe. Thanks for your good intentions but I don't think that these two classes (at least in their present form and without test cases) make a good addition to Commons IO. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
