public final class EAN8Reader extends UPCEANReader
Implements decoding of the EAN-8 format.
| Constructor and Description | 
|---|
| EAN8Reader() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | decodeMiddle(BitArray row,
            int[] startRange,
            StringBuilder result)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 result) throws NotFoundException
UPCEANReaderdecodeMiddle in class UPCEANReaderrow - row of black/white values to searchstartRange - start/end offset of start guard patternresult - StringBuilder to append decoded chars toNotFoundException - if decoding could not complete successfullyCopyright © 2007–2019. All rights reserved.