public abstract class BaseCharset extends Object implements Charset
| Constructor and Description |
|---|
BaseCharset() |
| Modifier and Type | Method and Description |
|---|---|
String |
decode(byte[] bytes)
Default implementation that simply returns a String by creating a new
StringBuffer, appending to it, and then returning a new String.
|
String |
normalize(CharSequence str0)
Normalize the characters of the source string to characters that can be
represented by this charset.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encode, estimateDecodeCharLength, estimateEncodeByteLengthpublic String decode(byte[] bytes)
public String normalize(CharSequence str0)
CharsetCopyright © 2012-2014 Cloudhopper by Twitter. All Rights Reserved.