|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.zxing.oned.OneDReader
com.google.zxing.oned.UPCEANReader
com.google.zxing.oned.EAN13Reader
public final class EAN13Reader
Implements decoding of the EAN-13 format.
| Field Summary |
|---|
| Fields inherited from class com.google.zxing.oned.OneDReader |
|---|
INTEGER_MATH_SHIFT, PATTERN_MATCH_RESULT_SCALE_FACTOR |
| Constructor Summary | |
|---|---|
EAN13Reader()
|
|
| Method Summary | |
|---|---|
protected int |
decodeMiddle(BitArray row,
int[] startRange,
java.lang.StringBuffer resultString)
Subclasses override this to decode the portion of a barcode between the start and end guard patterns. |
| Methods inherited from class com.google.zxing.oned.UPCEANReader |
|---|
decodeRow, decodeRow |
| Methods inherited from class com.google.zxing.oned.OneDReader |
|---|
decode, decode, patternMatchVariance, recordPattern, recordPatternInReverse, reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EAN13Reader()
| Method Detail |
|---|
protected int decodeMiddle(BitArray row,
int[] startRange,
java.lang.StringBuffer resultString)
throws NotFoundException
UPCEANReader
decodeMiddle in class UPCEANReaderrow - row of black/white values to searchstartRange - start/end offset of start guard patternresultString - StringBuffer to append decoded chars to
NotFoundException - if decoding could not complete successfully
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||