| Modifier and Type | Method and Description | 
|---|---|
| static DecodeHintType | DecodeHintType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DecodeHintType[] | DecodeHintType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | MultiFormatReader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints)Decode an image using the hints provided. | 
| Result | Reader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints)Locates and decodes a barcode in some format within an image. | 
| void | MultiFormatReader. setHints(Map<DecodeHintType,?> hints)This method adds state to the MultiFormatReader. | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | AztecReader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | StringUtils. guessEncoding(byte[] bytes,
             Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | DataMatrixReader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | MaxiCodeReader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| DecoderResult | Decoder. decode(BitMatrix bits,
      Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | ByQuadrantReader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints) | 
| Result[] | MultipleBarcodeReader. decodeMultiple(BinaryBitmap image,
              Map<DecodeHintType,?> hints) | 
| Result[] | GenericMultipleBarcodeReader. decodeMultiple(BinaryBitmap image,
              Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result[] | QRCodeMultiReader. decodeMultiple(BinaryBitmap image,
              Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| DetectorResult[] | MultiDetector. detectMulti(Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | OneDReader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints) | 
| Result | UPCAReader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints) | 
| Result | UPCEANReader. decodeRow(int rowNumber,
         BitArray row,
         int[] startGuardRange,
         Map<DecodeHintType,?> hints)Like  UPCEANReader.decodeRow(int, BitArray, Map), but
 allows caller to inform method about where the UPC/EAN start pattern is
 found. | 
| Result | UPCAReader. decodeRow(int rowNumber,
         BitArray row,
         int[] startGuardRange,
         Map<DecodeHintType,?> hints) | 
| Result | ITFReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| abstract Result | OneDReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints)Attempts to decode a one-dimensional barcode format given a single row of
 an image. | 
| Result | Code128Reader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | MultiFormatOneDReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | UPCEANReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | UPCAReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | MultiFormatUPCEANReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | CodaBarReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | Code39Reader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Result | Code93Reader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Constructor and Description | 
|---|
| MultiFormatOneDReader(Map<DecodeHintType,?> hints) | 
| MultiFormatUPCEANReader(Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | RSS14Reader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | RSSExpandedReader. decodeRow(int rowNumber,
         BitArray row,
         Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | PDF417Reader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints) | 
| Result[] | PDF417Reader. decodeMultiple(BinaryBitmap image,
              Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| static PDF417DetectorResult | Detector. detect(BinaryBitmap image,
      Map<DecodeHintType,?> hints,
      boolean multiple)Detects a PDF417 Code in an image. | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | QRCodeReader. decode(BinaryBitmap image,
      Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| DecoderResult | Decoder. decode(BitMatrix bits,
      Map<DecodeHintType,?> hints)Decodes a QR Code represented as a  BitMatrix. | 
| DecoderResult | Decoder. decode(boolean[][] image,
      Map<DecodeHintType,?> hints)Convenience method that can decode a QR Code represented as a 2D array of booleans. | 
| Modifier and Type | Method and Description | 
|---|---|
| DetectorResult | Detector. detect(Map<DecodeHintType,?> hints)Detects a QR Code in an image. | 
Copyright © 2007–2018. All rights reserved.