org.mozilla.universalchardet.prober
Class HebrewProber
java.lang.Object
org.mozilla.universalchardet.prober.CharsetProber
org.mozilla.universalchardet.prober.HebrewProber
public class HebrewProber
- extends CharsetProber
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FINAL_KAF
public static final int FINAL_KAF
- See Also:
- Constant Field Values
NORMAL_KAF
public static final int NORMAL_KAF
- See Also:
- Constant Field Values
FINAL_MEM
public static final int FINAL_MEM
- See Also:
- Constant Field Values
NORMAL_MEM
public static final int NORMAL_MEM
- See Also:
- Constant Field Values
FINAL_NUN
public static final int FINAL_NUN
- See Also:
- Constant Field Values
NORMAL_NUN
public static final int NORMAL_NUN
- See Also:
- Constant Field Values
FINAL_PE
public static final int FINAL_PE
- See Also:
- Constant Field Values
NORMAL_PE
public static final int NORMAL_PE
- See Also:
- Constant Field Values
FINAL_TSADI
public static final int FINAL_TSADI
- See Also:
- Constant Field Values
NORMAL_TSADI
public static final int NORMAL_TSADI
- See Also:
- Constant Field Values
SPACE
public static final byte SPACE
- See Also:
- Constant Field Values
MIN_FINAL_CHAR_DISTANCE
public static final int MIN_FINAL_CHAR_DISTANCE
- See Also:
- Constant Field Values
MIN_MODEL_DISTANCE
public static final float MIN_MODEL_DISTANCE
- See Also:
- Constant Field Values
HebrewProber
public HebrewProber()
setModalProbers
public void setModalProbers(CharsetProber logicalProber,
CharsetProber visualProber)
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
isFinal
protected static boolean isFinal(byte b)
isNonFinal
protected static boolean isNonFinal(byte b)
Copyright © 2013. All Rights Reserved.