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. |
CharacterSetECI |
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1
of ISO 18004. |
DecoderResult |
Encapsulates the result of decoding a matrix of bits. |
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. |
StringUtils |
Common string-related functions. |