Package-level declarations
Types
Decodes Codabar barcodes.
This class renders CodaBar as boolean[].
Decodes Code 128 barcodes.
This object renders a CODE128 code as a io.github.yuroyami.kiteqr.common.BitMatrix.
Decodes Code 39 barcodes. Supports "Full ASCII Code 39" if USE_CODE_39_EXTENDED_MODE is set.
This object renders a CODE39 code as a io.github.yuroyami.kiteqr.common.BitMatrix.
Decodes Code 93 barcodes.
This object renders a CODE93 code as a BitMatrix
Implements decoding of the EAN-13 format.
This object renders an EAN13 code as a io.github.yuroyami.kiteqr.common.BitMatrix.
Implements decoding of the EAN-8 format.
This object renders an EAN8 code as a io.github.yuroyami.kiteqr.common.BitMatrix.
Implements decoding of the ITF format, or Interleaved Two of Five.
This object renders a ITF code as a io.github.yuroyami.kiteqr.common.BitMatrix.
A reader that can read all available UPC/EAN formats. If a caller wants to try to read all such formats, it is most efficient to use this implementation rather than invoke individual readers.
Encapsulates functionality and implementation that is common to one-dimensional barcodes.
Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.
Implements decoding of the UPC-A format.
This object renders a UPC-A code as a BitMatrix.
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.
Implements decoding of the UPC-E format. This is a great reference for UPC-E information.
This object renders an UPC-E code as a io.github.yuroyami.kiteqr.common.BitMatrix.