Class BarcodeScanner

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class BarcodeScanner
    extends java.lang.Object
    implements java.lang.AutoCloseable
    API for barcode scanning. Required licence feature(s): BarcodeScanner.
    • Constructor Detail

      • BarcodeScanner

        public BarcodeScanner​(BarcodeScannerConfiguration configuration)
                       throws LicenseException
        Constructs BarcodeScanner with the given params.
        Parameters:
        configuration - The configuration to use for the barcode scanner.
        Throws:
        LicenseException - If license requirements for the API are not met
    • Method Detail

      • clearFrameAccumulationCache

        public void clearFrameAccumulationCache()
        Clear the cache of the barcode frame accumulator.
      • close

        public void close()
        Closes native resources held by the object.
        Specified by:
        close in interface java.lang.AutoCloseable
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable