|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OneDReader
Reader
s which also implement this interface read one-dimensional barcode
formats, and expose additional functionality that is specific to this type of barcode.
Method Summary | ||
---|---|---|
Result |
decodeRow(int rowNumber,
BitArray row,
Hashtable hints)
Attempts to decode a one-dimensional barcode format given a single row of an image. |
Methods inherited from interface com.google.zxing.Reader |
---|
decode, decode |
Method Detail |
---|
Result decodeRow(int rowNumber, BitArray row, Hashtable hints) throws ReaderException
Attempts to decode a one-dimensional barcode format given a single row of an image.
rowNumber
- row number from top of the rowrow
- the black/white pixel data of the rowhints
- decode hints
Result
containing encoded string and start/end of barcode
ReaderException
- if an error occurs or barcode cannot be found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal