org.mozilla.universalchardet.prober
Class Latin1Prober
java.lang.Object
org.mozilla.universalchardet.prober.CharsetProber
org.mozilla.universalchardet.prober.Latin1Prober
public class Latin1Prober
- extends CharsetProber
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDF
public static final byte UDF
- See Also:
- Constant Field Values
OTH
public static final byte OTH
- See Also:
- Constant Field Values
ASC
public static final byte ASC
- See Also:
- Constant Field Values
ASS
public static final byte ASS
- See Also:
- Constant Field Values
ACV
public static final byte ACV
- See Also:
- Constant Field Values
ACO
public static final byte ACO
- See Also:
- Constant Field Values
ASV
public static final byte ASV
- See Also:
- Constant Field Values
ASO
public static final byte ASO
- See Also:
- Constant Field Values
CLASS_NUM
public static final int CLASS_NUM
- See Also:
- Constant Field Values
FREQ_CAT_NUM
public static final int FREQ_CAT_NUM
- See Also:
- Constant Field Values
Latin1Prober
public Latin1Prober()
getCharSetName
public java.lang.String getCharSetName()
- Specified by:
getCharSetName
in class CharsetProber
getConfidence
public float getConfidence()
- Specified by:
getConfidence
in class CharsetProber
getState
public CharsetProber.ProbingState getState()
- Specified by:
getState
in class CharsetProber
handleData
public CharsetProber.ProbingState handleData(byte[] buf,
int offset,
int length)
- Specified by:
handleData
in class CharsetProber
reset
public void reset()
- Specified by:
reset
in class CharsetProber
setOption
public void setOption()
- Specified by:
setOption
in class CharsetProber
Copyright © 2013. All Rights Reserved.