C# Class org.mozilla.intl.chardet.nsPSMDetector

Afficher le fichier Open project: GNOME/gnome-subtitles

Protected Properties

Свойство Type Description
mClassRunSampler bool
mDone bool
mRunSampler bool

Méthodes publiques

Méthode Description
DataEnd ( ) : void
HandleData ( byte aBuf, int len ) : bool
Report ( String charset ) : void
Reset ( ) : void
Sample ( byte aBuf, int aLen ) : void
Sample ( byte aBuf, int aLen, bool aLastChance ) : void
getProbableCharsets ( ) : String[]
nsPSMDetector ( ) : System
nsPSMDetector ( int langFlag ) : System
nsPSMDetector ( int aItems, org.mozilla.intl.chardet.nsVerifier aVerifierSet, org.mozilla.intl.chardet.nsEUCStatistics aStatisticsSet ) : System

Méthodes protégées

Méthode Description
initVerifiers ( int currVerSet ) : void

Method Details

DataEnd() public méthode

public DataEnd ( ) : void
Résultat void

HandleData() public méthode

public HandleData ( byte aBuf, int len ) : bool
aBuf byte
len int
Résultat bool

Report() public abstract méthode

public abstract Report ( String charset ) : void
charset String
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Sample() public méthode

public Sample ( byte aBuf, int aLen ) : void
aBuf byte
aLen int
Résultat void

Sample() public méthode

public Sample ( byte aBuf, int aLen, bool aLastChance ) : void
aBuf byte
aLen int
aLastChance bool
Résultat void

getProbableCharsets() public méthode

public getProbableCharsets ( ) : String[]
Résultat String[]

initVerifiers() protected méthode

protected initVerifiers ( int currVerSet ) : void
currVerSet int
Résultat void

nsPSMDetector() public méthode

public nsPSMDetector ( ) : System
Résultat System

nsPSMDetector() public méthode

public nsPSMDetector ( int langFlag ) : System
langFlag int
Résultat System

nsPSMDetector() public méthode

public nsPSMDetector ( int aItems, org.mozilla.intl.chardet.nsVerifier aVerifierSet, org.mozilla.intl.chardet.nsEUCStatistics aStatisticsSet ) : System
aItems int
aVerifierSet org.mozilla.intl.chardet.nsVerifier
aStatisticsSet org.mozilla.intl.chardet.nsEUCStatistics
Résultat System

Property Details

mClassRunSampler protected_oe property

protected bool mClassRunSampler
Résultat bool

mDone protected_oe property

protected bool mDone
Résultat bool

mRunSampler protected_oe property

protected bool mRunSampler
Résultat bool