BufferedReader wraps InputStreamReader - I've just tried it with
just InputStreamReader and it does the same. The int returned by
the way is 196.
So, it looks like there's some character conversion going on - is
there an API I can use which just reads the raw bytes?
Yes. The whole point of Readers is that they do character set
conversion. Use InputStreams instead.
Jerry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden