public final class EAN13Reader extends UPCEANReader
Implements decoding of the EAN-13 format.
Constructor and Description |
---|
EAN13Reader() |
Modifier and Type | Method and Description |
---|---|
protected int |
decodeMiddle(BitArray row,
int[] startRange,
StringBuilder resultString)
Subclasses override this to decode the portion of a barcode between the start
and end guard patterns.
|
decodeRow, decodeRow
decode, decode, patternMatchVariance, recordPattern, recordPatternInReverse, reset
protected int decodeMiddle(BitArray row, int[] startRange, StringBuilder resultString) throws NotFoundException
UPCEANReader
decodeMiddle
in class UPCEANReader
row
- row of black/white values to searchstartRange
- start/end offset of start guard patternresultString
- StringBuilder
to append decoded chars toNotFoundException
- if decoding could not complete successfullyCopyright © 2007–2022. All rights reserved.