|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.chars.chardet.Verifier
public abstract class Verifier
| Field Summary | |
|---|---|
protected int[] |
cclass
|
protected java.lang.String |
charset
|
protected int[] |
states
|
protected int |
stFactor
|
| Method Summary | |
|---|---|
int[] |
cclass()
|
java.lang.String |
charset()
|
static byte |
getNextState(Verifier v,
byte b,
byte s)
|
boolean |
isUCS2()
|
int[] |
states()
|
int |
stFactor()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int[] cclass
protected int[] states
protected int stFactor
protected java.lang.String charset
| Method Detail |
|---|
public int[] cclass()
public int[] states()
public int stFactor()
public java.lang.String charset()
public boolean isUCS2()
public static byte getNextState(Verifier v,
byte b,
byte s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||