C# 클래스 ZXing.OneD.RSS.AbstractRSSReader

Superclass of OneDReader implementations that read barcodes in the RSS family of formats.
상속: OneDReader
파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile

보호된 메소드들

메소드 설명
AbstractRSSReader ( ) : System

Initializes a new instance of the AbstractRSSReader class.

decrement ( int array, float errors ) : void

Decrements the specified array.

getDataCharacterCounters ( ) : int[]

Gets the data character counters.

getDecodeFinderCounters ( ) : int[]

Gets the decode finder counters.

getEvenCounts ( ) : int[]

Gets the even counts.

getEvenRoundingErrors ( ) : float[]

Gets the even rounding errors.

getOddCounts ( ) : int[]

Gets the odd counts.

getOddRoundingErrors ( ) : float[]

Gets the odd rounding errors.

increment ( int array, float errors ) : void

Increments the specified array.

isFinderPattern ( int counters ) : bool

Determines whether [is finder pattern] [the specified counters].

parseFinderValue ( int counters, int finderPatterns, int &value ) : bool

Parses the finder value.

비공개 메소드들

메소드 설명
count ( int array ) : int

메소드 상세

AbstractRSSReader() 보호된 메소드

Initializes a new instance of the AbstractRSSReader class.
protected AbstractRSSReader ( ) : System
리턴 System

decrement() 보호된 정적인 메소드

Decrements the specified array.
protected static decrement ( int array, float errors ) : void
array int The array.
errors float The errors.
리턴 void

getDataCharacterCounters() 보호된 메소드

Gets the data character counters.
protected getDataCharacterCounters ( ) : int[]
리턴 int[]

getDecodeFinderCounters() 보호된 메소드

Gets the decode finder counters.
protected getDecodeFinderCounters ( ) : int[]
리턴 int[]

getEvenCounts() 보호된 메소드

Gets the even counts.
protected getEvenCounts ( ) : int[]
리턴 int[]

getEvenRoundingErrors() 보호된 메소드

Gets the even rounding errors.
protected getEvenRoundingErrors ( ) : float[]
리턴 float[]

getOddCounts() 보호된 메소드

Gets the odd counts.
protected getOddCounts ( ) : int[]
리턴 int[]

getOddRoundingErrors() 보호된 메소드

Gets the odd rounding errors.
protected getOddRoundingErrors ( ) : float[]
리턴 float[]

increment() 보호된 정적인 메소드

Increments the specified array.
protected static increment ( int array, float errors ) : void
array int The array.
errors float The errors.
리턴 void

isFinderPattern() 보호된 정적인 메소드

Determines whether [is finder pattern] [the specified counters].
protected static isFinderPattern ( int counters ) : bool
counters int The counters.
리턴 bool

parseFinderValue() 보호된 정적인 메소드

Parses the finder value.
protected static parseFinderValue ( int counters, int finderPatterns, int &value ) : bool
counters int The counters.
finderPatterns int The finder patterns.
value int The value.
리턴 bool