Back to Zxing

Package com.google.zxing.oned

docs/apidocs/com/google/zxing/oned/package-summary.html

latest3.6 KB
Original Source

Package com.google.zxing.oned


package com.google.zxing.oned

Related Packages

Package

Description

com.google.zxing

com.google.zxing.oned.rss

Classes

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.