|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
BitMatrix
.BitMatrix
.BitMatrix
.BitMatrix
.
BitMatrix
.
BitMatrix
.
UPCEANReader.decodeRow(int, BitArray, java.util.Map)
, but
allows caller to inform method about where the UPC/EAN start pattern is
found.
HttpServlet
which decodes images containing barcodes.Filter
that rejects requests from hosts that are sending too many
requests in too short a time.BitMatrix
.BitMatrix
.CameraManager.getFramingRect()
but coordinates are in terms of the preview frame,
not UI / screen.
Date
except that this code
needs to work under JavaME / MIDP and there is no date parsing library available there, such
as java.text.SimpleDateFormat
.
java.net
classes
in Android.BitMatrix
.BitMatrix
to BufferedImage
,
file or stream.Result
's contents as a particular type
of information (email, URL, etc.) and return a ParsedResult
encapsulating
the result of parsing.
Activity.onActivityResult(int, int, android.content.Intent)
of the app which requested the scan via
Activity.startActivityForResult(android.content.Intent, int)
The barcodes contents can be retrieved with
Intent.getStringExtra(String)
.
ResultMetadataType.BYTE_SEGMENTS
,
if available.
byte[]
of raw bytes in the
barcode, if available.
ResultMetadataType.ERROR_CORRECTION_LEVEL
, if available.
ResultMetadataType.ORIENTATION
, if available.
smsto:number(:body)
.smtp(:subject(:body))
.BitMatrix
as an image, where "false" bits are rendered
as white, and "true" bits are rendered as black.
BitMatrix
.BitMatrix
to a file.
BitMatrix
to a stream.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |