Package-level declarations

Types

Link copied to clipboard

Decodes Codabar barcodes.

Link copied to clipboard

This class renders CodaBar as boolean[].

Link copied to clipboard

Decodes Code 128 barcodes.

Link copied to clipboard
Link copied to clipboard
class Code39Reader(usingCheckDigit: Boolean = false, extendedMode: Boolean = false) : OneDReader

Decodes Code 39 barcodes. Supports "Full ASCII Code 39" if USE_CODE_39_EXTENDED_MODE is set.

Link copied to clipboard
Link copied to clipboard

Decodes Code 93 barcodes.

Link copied to clipboard

This object renders a CODE93 code as a BitMatrix

Link copied to clipboard

Implements decoding of the EAN-13 format.

Link copied to clipboard

This object renders an EAN13 code as a io.github.yuroyami.kiteqr.common.BitMatrix.

Link copied to clipboard

Implements decoding of the EAN-8 format.

Link copied to clipboard

This object renders an EAN8 code as a io.github.yuroyami.kiteqr.common.BitMatrix.

Link copied to clipboard

Implements decoding of the ITF format, or Interleaved Two of Five.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

Encapsulates functionality and implementation that is common to one-dimensional barcodes.

Link copied to clipboard
abstract class OneDReader : Reader

Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.

Link copied to clipboard

Implements decoding of the UPC-A format.

Link copied to clipboard

This object renders a UPC-A code as a BitMatrix.

Link copied to clipboard
abstract class UPCEANReader : OneDReader

Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.

Link copied to clipboard

Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.

Link copied to clipboard

Implements decoding of the UPC-E format. This is a great reference for UPC-E information.

Link copied to clipboard

This object renders an UPC-E code as a io.github.yuroyami.kiteqr.common.BitMatrix.