Package-level declarations

Types

Link copied to clipboard
class DataBlock

Encapsulates a block of data within a Data Matrix Code. Data Matrix Codes may split their data into multiple blocks, each of which is a unit of data and error-correction codewords. Each is represented by an instance of this class.

Link copied to clipboard
class Decoder

The main class which implements Data Matrix Code decoding -- as opposed to locating and extracting the Data Matrix Code from an image.

Link copied to clipboard
class Version

The Version object encapsulates attributes about a particular size Data Matrix Code.