Class AztecDecoder

All Implemented Interfaces:
VerbosePrint

public class AztecDecoder extends AztecMessageErrorCorrection implements VerbosePrint
Converts a raw binary stream read from the image and converts it into a String message.
  • Constructor Details

    • AztecDecoder

      public AztecDecoder()
  • Method Details

    • process

      public boolean process(AztecCode marker)
      Extracts the message from this marker.
      Parameters:
      marker - Marker which is to be decoded
      Returns:
      true if successful
    • setVerbose

      public void setVerbose(@Nullable @Nullable PrintStream out, @Nullable @Nullable Set<String> set)
      Specified by:
      setVerbose in interface VerbosePrint