Locale-Sensitive Java Method
java.nio.charset.Charset
public final CharBuffer decode(ByteBuffer bb)
Internationalization (I18n) Method Overview
The decode method is a convenience method that decodes bytes in this
charset into Unicode characters.
For more information click
here.
Locale-Sensitive Java Methods
|