public java.io.Reader | autoDetectingReader(java.io.InputStream i)Given an InputStream, return a suitable Reader that understands
the presumed character encoding of that InputStream.
If bytes are consumed from the InputStream in the process, they
must be pushed back onto the InputStream so that they can be
reinterpreted as characters.
|