|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.lib.i18n.Decoder
com.caucho.quercus.lib.i18n.Utf8Decoder
public class Utf8Decoder
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.lib.i18n.Decoder |
|---|
_charset, _hasError, _isAllowMalformedOut, _isIgnoreErrors, _isReplaceUnicode, _replacement |
| Constructor Summary | |
|---|---|
Utf8Decoder(java.lang.String charset)
|
|
| Method Summary | |
|---|---|
protected java.lang.StringBuilder |
decodeImpl(Env env,
StringValue str)
|
boolean |
isDecodable(Env env,
StringValue str)
|
boolean |
isUtf8()
|
| Methods inherited from class com.caucho.quercus.lib.i18n.Decoder |
|---|
create, decode, decodeStringBuilder, decodeUnicode, hasError, isIgnoreErrors, reset, setAllowMalformedOut, setIgnoreErrors, setReplacement, setReplaceUnicode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utf8Decoder(java.lang.String charset)
| Method Detail |
|---|
public boolean isUtf8()
isUtf8 in class Decoder
public boolean isDecodable(Env env,
StringValue str)
isDecodable in class Decoder
protected java.lang.StringBuilder decodeImpl(Env env,
StringValue str)
decodeImpl in class Decoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||