Class BarcodeDocumentParser

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class BarcodeDocumentParser
    extends java.lang.Object
    implements java.lang.AutoCloseable
    API for parsing barcode documents. Required licence feature(s): BarcodeScanner.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes native resources held by the object.
      protected void finalize()  
      BarcodeDocumentParserResult parse​(java.lang.String rawString)
      Parse the given string as a barcode document.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BarcodeDocumentParser

        public BarcodeDocumentParser​(java.util.List<BarcodeDocumentFormat> acceptedFormats)
                              throws LicenseException
        Constructs BarcodeDocumentParser with the given params.
        Parameters:
        acceptedFormats - The configuration to use for the barcode document parser.
        Throws:
        LicenseException - If license requirements for the API are not met
    • Method Detail

      • 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