C# 클래스 org.mozilla.intl.chardet.nsPSMDetector

파일 보기 프로젝트 열기: GNOME/gnome-subtitles

보호된 프로퍼티들

프로퍼티 타입 설명
mClassRunSampler bool
mDone bool
mRunSampler bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
initVerifiers ( int currVerSet ) : void

메소드 상세

DataEnd() 공개 메소드

public DataEnd ( ) : void
리턴 void

HandleData() 공개 메소드

public HandleData ( byte aBuf, int len ) : bool
aBuf byte
len int
리턴 bool

Report() 공개 추상적인 메소드

public abstract Report ( String charset ) : void
charset String
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Sample() 공개 메소드

public Sample ( byte aBuf, int aLen ) : void
aBuf byte
aLen int
리턴 void

Sample() 공개 메소드

public Sample ( byte aBuf, int aLen, bool aLastChance ) : void
aBuf byte
aLen int
aLastChance bool
리턴 void

getProbableCharsets() 공개 메소드

public getProbableCharsets ( ) : String[]
리턴 String[]

initVerifiers() 보호된 메소드

protected initVerifiers ( int currVerSet ) : void
currVerSet int
리턴 void

nsPSMDetector() 공개 메소드

public nsPSMDetector ( ) : System
리턴 System

nsPSMDetector() 공개 메소드

public nsPSMDetector ( int langFlag ) : System
langFlag int
리턴 System

nsPSMDetector() 공개 메소드

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
리턴 System

프로퍼티 상세

mClassRunSampler 보호되어 있는 프로퍼티

protected bool mClassRunSampler
리턴 bool

mDone 보호되어 있는 프로퍼티

protected bool mDone
리턴 bool

mRunSampler 보호되어 있는 프로퍼티

protected bool mRunSampler
리턴 bool