|
|||||||||
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.EAN8Reader
public final class EAN8Reader
Implements decoding of the EAN-8 format.
Field Summary |
---|
Fields inherited from class com.google.zxing.oned.OneDReader |
---|
INTEGER_MATH_SHIFT, PATTERN_MATCH_RESULT_SCALE_FACTOR |
Constructor Summary | |
---|---|
EAN8Reader()
|
Method Summary | |
---|---|
protected int |
decodeMiddle(BitArray row,
int[] startRange,
java.lang.StringBuilder result)
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 EAN8Reader()
Method Detail |
---|
protected int decodeMiddle(BitArray row, int[] startRange, java.lang.StringBuilder result) throws NotFoundException
UPCEANReader
decodeMiddle
in class UPCEANReader
row
- row of black/white values to searchstartRange
- start/end offset of start guard patternresult
- StringBuilder
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 |