Package org.mozilla.intl.chardet
Class nsSJISVerifier
- java.lang.Object
-
- org.mozilla.intl.chardet.nsVerifier
-
- org.mozilla.intl.chardet.nsSJISVerifier
-
public class nsSJISVerifier extends nsVerifier
-
-
Constructor Summary
Constructors Constructor Description nsSJISVerifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
cclass()
java.lang.String
charset()
boolean
isUCS2()
int[]
states()
int
stFactor()
-
Methods inherited from class org.mozilla.intl.chardet.nsVerifier
getNextState
-
-
-
-
Method Detail
-
cclass
public int[] cclass()
- Specified by:
cclass
in classnsVerifier
-
states
public int[] states()
- Specified by:
states
in classnsVerifier
-
stFactor
public int stFactor()
- Specified by:
stFactor
in classnsVerifier
-
charset
public java.lang.String charset()
- Specified by:
charset
in classnsVerifier
-
isUCS2
public boolean isUCS2()
- Specified by:
isUCS2
in classnsVerifier
-
-