Class | Description |
---|---|
CodaBarReader |
Decodes Codabar barcodes.
|
CodaBarWriter |
This class renders CodaBar as
boolean[] . |
Code128Reader |
Decodes Code 128 barcodes.
|
Code128Writer |
This object renders a CODE128 code as a
BitMatrix . |
Code39Reader |
Decodes Code 39 barcodes.
|
Code39Writer |
This object renders a CODE39 code as a
BitMatrix . |
Code93Reader |
Decodes Code 93 barcodes.
|
Code93Writer |
This object renders a CODE93 code as a BitMatrix
|
EAN13Reader |
Implements decoding of the EAN-13 format.
|
EAN13Writer |
This object renders an EAN13 code as a
BitMatrix . |
EAN8Reader |
Implements decoding of the EAN-8 format.
|
EAN8Writer |
This object renders an EAN8 code as a
BitMatrix . |
ITFReader |
Implements decoding of the ITF format, or Interleaved Two of Five.
|
ITFWriter |
This object renders a ITF code as a
BitMatrix . |
MultiFormatOneDReader | |
MultiFormatUPCEANReader |
A reader that can read all available UPC/EAN formats.
|
OneDimensionalCodeWriter |
Encapsulates functionality and implementation that is common to one-dimensional barcodes.
|
OneDReader |
Encapsulates functionality and implementation that is common to all families
of one-dimensional barcodes.
|
UPCAReader |
Implements decoding of the UPC-A format.
|
UPCAWriter |
This object renders a UPC-A code as a
BitMatrix . |
UPCEANReader |
Encapsulates functionality and implementation that is common to UPC and EAN families
of one-dimensional barcodes.
|
UPCEANWriter |
Encapsulates functionality and implementation that is common to UPC and EAN families
of one-dimensional barcodes.
|
UPCEReader |
Implements decoding of the UPC-E format.
|
UPCEWriter |
This object renders an UPC-E code as a
BitMatrix . |
Copyright © 2007–2022. All rights reserved.