C# Класс ZXing.OneD.RSS.AbstractRSSReader

Superclass of OneDReader implementations that read barcodes in the RSS family of formats.
Наследование: OneDReader
Показать файл Открыть проект

Защищенные методы

Метод Описание
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