int ch = inputStream.read();
(ch == '\r')
(char) ch
Common guys, what's that? Java? NEVER cast bytes to char, neither implicitly nor explicitly. You can do better.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
