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, decodeRowdecode, decode, patternMatchVariance, recordPattern, recordPatternInReverse, resetprotected int decodeMiddle(BitArray row, int[] startRange, StringBuilder resultString) throws NotFoundException
UPCEANReaderdecodeMiddle in class UPCEANReaderrow - 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–2018. All rights reserved.