Class Overview | Class Members | This Package | All Packages
Creates a localized version of an input stream. This method takes an InputStream and returns an InputStream equivalent to the argument in all respects except that it is localized: as characters in the local character set are read from the stream, they are automatically converted from the local character set to Unicode.
If the argument is already a localized stream, it may be returned as the result.