public abstract class Utf8Decoder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
sb |
protected int |
state |
protected static int |
UTF8_ACCEPT |
protected static int |
UTF8_REJECT |
| Constructor and Description |
|---|
Utf8Decoder() |
protected static final int UTF8_ACCEPT
protected static final int UTF8_REJECT
protected StringBuilder sb
protected int state
protected void write(byte b)
throws CharacterCodingException
CharacterCodingExceptionpublic void reset()
Copyright © 2016. All Rights Reserved.