Interface BaseReader.Symbology

All Known Implementing Classes:
BaseReader.AudioSymbology, BaseReader.ImageSymbology, BaseReader.UndefinedSymbology
Enclosing class:
BaseReader

public static interface BaseReader.Symbology
All symbologies implement the Symbology interface. Several helper methods are available for the values in all symbology enums.
  • Method Details

    • getName

      @NonNull String getName()
    • getBitmaskValue

      int getBitmaskValue()
    • withinMask

      boolean withinMask(int readerMask)
    • addSymbology

      int addSymbology(int baseValue)