Class Summary |
BitArray |
A simple, fast array of bits, represented compactly by an array of ints internally. |
BitMatrix |
Represents a 2D matrix of bits. |
BitSource |
This provides an easy abstraction to read bits at a time from a sequence of bytes, where the
number of bits read is not often a multiple of 8. |
ByteArray |
This class implements an array of unsigned bytes. |
ByteMatrix |
A class which wraps a 2D array of bytes. |
CharacterSetECI |
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1
of ISO 18004. |
Collections |
This is basically a substitute for java.util.Collections , which is not
present in MIDP 2.0 / CLDC 1.1. |
DecoderResult |
Encapsulates the result of decoding a matrix of bits. |
DefaultGridSampler |
|
DetectorResult |
Encapsulates the result of detecting a barcode in an image. |
ECI |
Superclass of classes encapsulating types ECIs, according to "Extended Channel Interpretations"
5.3 of ISO 18004. |
GlobalHistogramBinarizer |
This Binarizer implementation uses the old ZXing global histogram approach. |
GridSampler |
Implementations of this class can, given locations of finder patterns for a QR code in an
image, sample the right points in the image to reconstruct the QR code, accounting for
perspective distortion. |
LocalBlockBinarizer |
This class implements a local thresholding algorithm, which while slower than the
GlobalHistogramBinarizer, is fairly efficient for what it does. |
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.