Package zext.plantuml.com.google.zxing


package zext.plantuml.com.google.zxing
Internal copy of ZXing (code of Google).
See Also:
  • Class
    Description
    Enumerates barcode formats known to this package.
    Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
    Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
    These are a set of hints that you may pass to Writers to specify their behavior.
    Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
    Thrown when a barcode was not found in the image.
    The general exception class throw when something goes wrong during decoding of a barcode.
    Encapsulates a point of interest in an image containing a barcode.
    The base class for all objects which encode/generate a barcode image.
    A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.