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
Subclasses override this to decode the portion of a barcode between the start and end guard patterns.
|
decodeRow, decodeRowdecode, decode, patternMatchVariance, recordPattern, recordPatternInReverse, resetprotected int decodeMiddle(BitArrayrow, int[] startRange, StringBuilder resultString) throws NotFoundException
UPCEANReader
decodeMiddle in class
UPCEANReader
row - row of black/white values to search
startRange - start/end offset of start guard pattern
resultString -
StringBuilder to append decoded chars to
NotFoundException - if decoding could not complete successfully