public final class BarCodeReadType
extends java.lang.Object
Specify the type of barcode to read.
Detect an code39 and Code128 barcodeBarCodeReader reader; BarCodeReader reader; reader = new BarCodeReader("c:\\test.jpg", BarCodeReadType.Code39Standard | BarCodeReadType.Code128); while(reader.read()) { System.out.println("BarCode Type: "+ reader.getReadType()); System.out.println("BarCode CodeText: " + reader.getCodeText()); } reader.close();
Modifier and Type | Field and Description |
---|---|
static long |
AllSupportedTypes
Specifies that data will be checked with all available symbologies
|
static long |
AustralianPosteParcel
Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification
|
static long |
AustraliaPost
Represents Australia Post Customer BarCode
|
static long |
Aztec
Specifies that the data should be encoded with Aztec barcode specification
|
static long |
Codabar
Specifies that the data should be encoded with CODABAR barcode specification
|
static long |
Code11
Specifies that the data should be encoded with CODE 11 barcode specification
|
static long |
Code128
Specifies that the data should be encoded with CODE 128 barcode specification
|
static long |
Code16K
Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification.
|
static long |
Code32
Specifies that the data should be encoded with Code32 blank specification
|
static long |
Code39Extended
Specifies that the data should be encoded with Extended CODE 39 barcode specification
|
static long |
Code39Standard
Specifies that the data should be encoded with Standard CODE 39 barcode specification
|
static long |
Code93Extended
Specifies that the data should be encoded with Extended CODE 93 barcode specification
|
static long |
Code93Standard
Specifies that the data should be encoded with Standard CODE 93 barcode specification
|
static long |
CompactPdf417
Specifies that the data should be encoded with CompactPdf417 (Pdf417Truncated) barcode specification
|
static long |
DatabarExpanded
Represents Databar expanded barcode, supports recognition only.
|
static long |
DatabarExpandedStacked
Represents Databar expanded stacked barcode
|
static long |
DatabarLimited
Represents Databar limited barcode, supports recognition only.
|
static long |
DatabarOmniDirectional
Represents Databar omni-directional barcode
|
static long |
DatabarStacked
Represents Databar stacked barcode
|
static long |
DatabarStackedOmniDirectional
Represents Databar stacked omni-directional barcode
|
static long |
DatabarTruncated
Represents Databar truncated barcode
|
static long |
DataMatrix
2D barcode symbology DataMatrix
|
static long |
DeutschePostIdentcode
Specifies that the data should be encoded with DeutschePost Ident code barcode specification
|
static long |
DeutschePostLeitcode
Specifies that the data should be encoded with DeutschePost Leit code barcode specification
|
static long |
EAN13
Specifies that the data should be encoded with EAN-13 barcode specification
|
static long |
EAN14
Specifies that the data should be encoded with EAN14 barcode specification
|
static long |
EAN8
Specifies that the data should be encoded with EAN-8 barcode specification
|
static long |
GS1Code128
Specifies that the data should be encoded with GS1 CODE 128 barcode specification
|
static long |
GS1DataMatrix
2D barcode symbology GS1DataMatrix
|
static long |
GS1QR
Specifies that the data should be encoded with GS1 QR barcode specification
|
static long |
IATA2of5
Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo.
|
static long |
Interleaved2of5
Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification
|
static long |
ISBN
Specifies that the data should be encoded with ISBN barcode specification
|
static long |
ISMN
Specifies that the data should be encoded with ISMN barcode specification
|
static long |
ISSN
Specifies that the data should be encoded with ISSN barcode specification
|
static long |
ItalianPost25
Represents Italian Post 25 barcode.
|
static long |
ITF14
Specifies that the data should be encoded with ITF14 barcode specification
|
static long |
ITF6
Specifies that the data should be encoded with ITF6 barcode specification
|
static long |
MacroPdf417
Specifies that the data should be encoded with MacroPdf417 barcode specification
|
static long |
Matrix2of5
Specifies that the data should be encoded with Matrix 2 of 5 barcode specification
|
static long |
MaxiCode
Specifies that the data should be encoded with MaxiCode barcode specification
|
static long |
MicrE13B
Specifies that the data should be encoded with MICR E-13B blank specification
|
static long |
MicroPdf417
Specifies that the data should be encoded with MicroPdf417 barcode specification
|
static long |
MicroQR
Specifies that the data should be encoded with MicroQR Code barcode specification
|
static long |
MSI
Specifies that the data should be encoded with MSI Plessey barcode specification
|
static long |
OneCode
Specifies that the data should be encoded with USPS OneCode barcode specification
|
static long |
OPC
Specifies that the data should be encoded with OPC barcode specification
|
static long |
PatchCode
Represents Patch code barcode(T barcode), supports recognition only.
|
static long |
Pdf417
2D barcode symbology Pdf417
|
static long |
Pharmacode
Represents Pharmacode barcode.
|
static long |
Planet
Specifies that the data should be encoded with Planet barcode specification
|
static long |
Postnet
Specifies that the data should be encoded with Postnet barcode specification
|
static long |
PZN
Represents PZN barcode.This Symbology is also known as Pharma Zentral Nummer,Pharmazentralnummer
|
static long |
QR
Specifies that the data should be encoded with QR Code barcode specification
|
static long |
RM4SCC
Represents RM4SCC barcode.
|
static long |
SCC14
Specifies that the data should be encoded with SCC14 barcode specification
|
static long |
SSCC18
Specifies that the data should be encoded with SSCC18 barcode specification
|
static long |
Standard2of5
Specifies that the data should be encoded with Standard 2 of 5 barcode specification
|
static long |
Supplement
Specifies that the data should be encoded with Supplement barcode specification
|
static long |
SwissPostParcel
Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification.
|
static long |
UPCA
Specifies that the data should be encoded with UPC-A barcode specification
|
static long |
UPCE
Specifies that the data should be encoded with UPC-E barcode specification
|
static long |
VIN
Represents VIN (Vehicle Identification Number) Barcode.
|
Modifier and Type | Method and Description |
---|---|
static long |
getTypeFromName(java.lang.String typeName)
Gets the type of name
|
public static final long Codabar
Specifies that the data should be encoded with CODABAR barcode specification
public static final long Code11
Specifies that the data should be encoded with CODE 11 barcode specification
public static final long Code39Standard
Specifies that the data should be encoded with Standard CODE 39 barcode specification
public static final long Code39Extended
Specifies that the data should be encoded with Extended CODE 39 barcode specification
public static final long Code93Standard
Specifies that the data should be encoded with Standard CODE 93 barcode specification
public static final long Code93Extended
Specifies that the data should be encoded with Extended CODE 93 barcode specification
public static final long Code128
Specifies that the data should be encoded with CODE 128 barcode specification
public static final long GS1Code128
Specifies that the data should be encoded with GS1 CODE 128 barcode specification
public static final long EAN8
Specifies that the data should be encoded with EAN-8 barcode specification
public static final long EAN13
Specifies that the data should be encoded with EAN-13 barcode specification
public static final long EAN14
Specifies that the data should be encoded with EAN14 barcode specification
public static final long SCC14
Specifies that the data should be encoded with SCC14 barcode specification
public static final long SSCC18
Specifies that the data should be encoded with SSCC18 barcode specification
public static final long UPCA
Specifies that the data should be encoded with UPC-A barcode specification
public static final long UPCE
Specifies that the data should be encoded with UPC-E barcode specification
public static final long ISBN
Specifies that the data should be encoded with ISBN barcode specification
public static final long Standard2of5
Specifies that the data should be encoded with Standard 2 of 5 barcode specification
public static final long Interleaved2of5
Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification
public static final long Matrix2of5
Specifies that the data should be encoded with Matrix 2 of 5 barcode specification
public static final long ItalianPost25
Represents Italian Post 25 barcode.
public static final long IATA2of5
Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo.
public static final long ITF14
Specifies that the data should be encoded with ITF14 barcode specification
public static final long ITF6
Specifies that the data should be encoded with ITF6 barcode specification
public static final long MSI
Specifies that the data should be encoded with MSI Plessey barcode specification
public static final long VIN
Represents VIN (Vehicle Identification Number) Barcode.
public static final long DeutschePostIdentcode
Specifies that the data should be encoded with DeutschePost Ident code barcode specification
public static final long DeutschePostLeitcode
Specifies that the data should be encoded with DeutschePost Leit code barcode specification
public static final long OPC
Specifies that the data should be encoded with OPC barcode specification
public static final long PZN
Represents PZN barcode.This Symbology is also known as Pharma Zentral Nummer,Pharmazentralnummer
public static final long Pharmacode
Represents Pharmacode barcode. This Symbology is also known as Code32
public static final long DataMatrix
2D barcode symbology DataMatrix
public static final long GS1DataMatrix
2D barcode symbology GS1DataMatrix
public static final long QR
Specifies that the data should be encoded with QR Code barcode specification
public static final long Aztec
Specifies that the data should be encoded with Aztec barcode specification
public static final long Pdf417
2D barcode symbology Pdf417
public static final long MacroPdf417
Specifies that the data should be encoded with MacroPdf417 barcode specification
public static final long MicroPdf417
Specifies that the data should be encoded with MicroPdf417 barcode specification
public static final long AustraliaPost
Represents Australia Post Customer BarCode
public static final long Postnet
Specifies that the data should be encoded with Postnet barcode specification
public static final long Planet
Specifies that the data should be encoded with Planet barcode specification
public static final long OneCode
Specifies that the data should be encoded with USPS OneCode barcode specification
public static final long RM4SCC
Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK.
public static final long DatabarOmniDirectional
Represents Databar omni-directional barcode
public static final long DatabarTruncated
Represents Databar truncated barcode
public static final long DatabarLimited
Represents Databar limited barcode, supports recognition only.
public static final long DatabarExpanded
Represents Databar expanded barcode, supports recognition only.
public static final long DatabarStackedOmniDirectional
Represents Databar stacked omni-directional barcode
public static final long DatabarStacked
Represents Databar stacked barcode
public static final long DatabarExpandedStacked
Represents Databar expanded stacked barcode
public static final long PatchCode
Represents Patch code barcode(T barcode), supports recognition only.
public static final long ISSN
Specifies that the data should be encoded with ISSN barcode specification
public static final long ISMN
Specifies that the data should be encoded with ISMN barcode specification
public static final long Supplement
Specifies that the data should be encoded with Supplement barcode specification
public static final long AustralianPosteParcel
Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification
public static final long SwissPostParcel
Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new)
public static final long Code16K
Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new)
public static final long MicroQR
Specifies that the data should be encoded with MicroQR Code barcode specification
public static final long CompactPdf417
Specifies that the data should be encoded with CompactPdf417 (Pdf417Truncated) barcode specification
public static final long GS1QR
Specifies that the data should be encoded with GS1 QR barcode specification
public static final long MaxiCode
Specifies that the data should be encoded with MaxiCode barcode specification
public static final long MicrE13B
Specifies that the data should be encoded with MICR E-13B blank specification
public static final long Code32
Specifies that the data should be encoded with Code32 blank specification
public static final long AllSupportedTypes
Specifies that data will be checked with all available symbologies