Locale-Sensitive Java Method
java.nio.charset.Charset
public final ByteBuffer encode (CharBuffer cb)
public final ByteBuffer encode (String str)
Internationalization (I18n) Method Overview
The encode method is a convenience method that encodes a string or Unicode
characters into bytes in this charset.
For more information click
here.
Locale-Sensitive Java Methods
|