Package com.google.zxing

Interface Summary
MonochromeBitmapSource Encapsulates a generic black-and-white bitmap -- a collection of pixels in two dimensions.
Reader Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Writer The base class for all objects which encode/generate a barcode image.
 

Class Summary
BarcodeFormat Enumerates barcode formats known to this package.
BlackPointEstimationMethod Enumerates different methods of sampling an imagine to estimate a black point.
DecodeHintType Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
EncodeHintType These are a set of hints that you may pass to Writers to specify their behavior.
MultiFormatReader MultiFormatReader is a convenience class and the main entry point into the library for most uses.
MultiFormatWriter This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat requested and encodes the barcode with the supplied contents.
Result Encapsulates the result of decoding a barcode within an image.
ResultMetadataType Represents some type of metadata about the result of the decoding that the decoder wishes to communicate back to the caller.
ResultPoint Encapsulates a point of interest in an image containing a barcode.
 

Exception Summary
ReaderException The general exception class throw when something goes wrong during decoding of a barcode.
WriterException A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.